bug 13971: deployVM wizard - select network step - pass new API parameter zoneId to listNetworkOfferings API.

This commit is contained in:
Jessica Wang 2012-02-23 17:18:22 -08:00
parent b16eb44a9c
commit a12f30e539

View File

@ -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 array1 = [];
var guestTrafficTypeTotal = 0; var guestTrafficTypeTotal = 0;