bug 13971: deployVM wizard - select network step - pass new API parameter zoneId to listNetworkOfferings API. [Reviewed-by: Brian]

This commit is contained in:
Jessica Wang 2012-02-23 16:57:54 -08:00
parent 8934c06ade
commit f9e13295a3
1 changed files with 1 additions and 1 deletions

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 guestTrafficTypeTotal = 0;