mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
parent
e986d03fc9
commit
aa9dd422d9
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user