mirror of https://github.com/apache/cloudstack.git
bug 13971: deployVM wizard - select network step - pass new API parameter zoneId to listNetworkOfferings API. [Reviewed-by: Brian]
This commit is contained in:
parent
8934c06ade
commit
f9e13295a3
|
|
@ -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