port forwarding issues with the listNics API response parameter

This commit is contained in:
Pranav Saxena 2013-05-23 14:56:32 +05:30
parent fce59b8fc4
commit 4fdd0261fe

View File

@ -50,7 +50,7 @@
nicId: nic.id
},
success: function(json) {
var nic = json.listnics.nic[0];
var nic = json.listnicsresponse.nic[0];
var ips = nic.secondaryip ? nic.secondaryip : [];
var ipSelection = [];