CLOUDSTACK-9416 : Enabling Static NAT on an associated Public IP to one of the NICs (networks) of a multi-NIC VM fails due to a wrong (default) Guest VM IP being selected in the GUI

This commit is contained in:
Nick Livens 2016-06-15 14:47:50 +02:00 committed by Prashanth Manthena
parent 50f80cc2a0
commit 094c4cf02b

View File

@ -89,7 +89,7 @@
url: createURL('listNics'),
data: {
virtualmachineid: instance.id,
nicId: instance.nic[0].id
networkId: network.id
},
success: function(json) {
var nic = json.listnicsresponse.nic[0];