mirror of https://github.com/apache/cloudstack.git
bug 13971: deployVM wizard - select network step - pass new API parameter zoneId to listNetworkOfferings API.
This commit is contained in:
parent
b16eb44a9c
commit
a12f30e539
|
|
@ -306,7 +306,7 @@
|
|||
});
|
||||
|
||||
|
||||
var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false";
|
||||
var apiCmd = "listNetworkOfferings&guestiptype=Isolated&supportedServices=sourceNat&state=Enabled&specifyvlan=false&zoneid=" + args.currentData.zoneid ;
|
||||
var array1 = [];
|
||||
var guestTrafficTypeTotal = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue