mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Use 'associated network id' instead of physical
This commit is contained in:
parent
f5283e9e61
commit
3d3e0afd81
@ -948,7 +948,7 @@
|
||||
$.ajax({
|
||||
url: createURL('listVirtualMachines'),
|
||||
data: {
|
||||
physicalnetworkid: args.context.ipAddresses[0].physicalnetworkid
|
||||
networkid: args.context.ipAddresses[0].associatednetworkid
|
||||
},
|
||||
dataType: 'json',
|
||||
async: true,
|
||||
@ -1111,7 +1111,7 @@
|
||||
$.ajax({
|
||||
url: createURL('listVirtualMachines'),
|
||||
data: {
|
||||
physicalnetworkid: args.context.ipAddresses[0].physicalnetworkid
|
||||
networkid: args.context.ipAddresses[0].associatednetworkid
|
||||
},
|
||||
dataType: 'json',
|
||||
async: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user