mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
port forwarding issues with the listNics API response parameter
This commit is contained in:
parent
fce59b8fc4
commit
4fdd0261fe
@ -50,7 +50,7 @@
|
|||||||
nicId: nic.id
|
nicId: nic.id
|
||||||
},
|
},
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
var nic = json.listnics.nic[0];
|
var nic = json.listnicsresponse.nic[0];
|
||||||
var ips = nic.secondaryip ? nic.secondaryip : [];
|
var ips = nic.secondaryip ? nic.secondaryip : [];
|
||||||
var ipSelection = [];
|
var ipSelection = [];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user