mirror of https://github.com/apache/cloudstack.git
Use associatedNetworkId, not networkId for IP list view
This commit is contained in:
parent
9b0373198c
commit
b1beb2cd89
|
|
@ -344,7 +344,7 @@
|
|||
});
|
||||
|
||||
if (args.context.networks) {
|
||||
$.extend(data, { networkId: args.context.networks[0].id });
|
||||
$.extend(data, { associatedNetworkId: args.context.networks[0].id });
|
||||
}
|
||||
|
||||
$.ajax({
|
||||
|
|
|
|||
Loading…
Reference in New Issue