mirror of
https://github.com/apache/cloudstack
synced 2026-09-02 17:40:22 +00:00
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
Block a user