CS-15985: cloudstack 3.0 UI - IP Address page - should use associatednetworkid instead of networkid when trying to grep an IP Address' parent network.

This commit is contained in:
Jessica Wang 2012-08-14 11:35:11 -07:00 committed by Brian Federle
parent e986d03fc9
commit aa9dd422d9

View File

@ -1697,7 +1697,7 @@
args.context.vpc ?
args.context.vpc[0].network : args.context.networks,
function(network) {
return network.id = ipObj.networkid;
return network.id = ipObj.associatednetworkid;
})[0];
args.response.success({