Skip to content

Commit 3882758

Browse files
committed
ui: fix add internal load balancer only towards Primary interface and not on any other interface
1 parent 4524e01 commit 3882758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/vpc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
url: createURL('listNics'),
4040
data: {
4141
virtualmachineid: instance.id,
42-
nicId: instance.nic[0].id
42+
networkId: network.id
4343
},
4444
success: function(json) {
4545
var nic = json.listnicsresponse.nic[0];

0 commit comments

Comments
 (0)