Skip to content

Commit

Permalink
Closes-bug: #1584648 - Web-UI : Unable to attach Service Health Check…
Browse files Browse the repository at this point in the history
… object to

Port

Change-Id: I7f0c21849cf6e6f933e13ce23dfc9766adf29d6d
  • Loading branch information
sbavanasi committed May 23, 2016
1 parent 68e7449 commit 31ff362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/config/networking/port/ui/js/models/portModel.js
Expand Up @@ -1124,11 +1124,11 @@ define([
deviceuuidval.split(cowc.DROPDOWN_VALUE_SEPARATOR);
var uuid = deviceUUIDArr[0];
newPortData.virtual_machine_refs[0] = {};
newPortData.virtual_machine_refs[0].uuid = uuid;
if(deviceUUIDArr[1] != null) {
var to = deviceUUIDArr[1].split(":");
newPortData.virtual_machine_refs[0].to = to;
}
newPortData.virtual_machine_refs[0].uuid = uuid;
}

// Floating IP
Expand Down

0 comments on commit 31ff362

Please sign in to comment.