CLOUDSTACK-1724:ZWPS: provision to add scope of the primary storage in the zone creation wizard

This commit is contained in:
Pranav Saxena 2013-03-26 21:09:11 +05:30
parent 933f1213c1
commit 09d76fe009
1 changed files with 1 additions and 1 deletions

View File

@ -3262,7 +3262,7 @@
array1.push("&podId=" + args.data.returnedPod.id);
array1.push("&clusterid=" + args.data.returnedCluster.id);
array1.push("&name=" + todb(args.data.primaryStorage.name));
array1.push("&scope=" +todb(args.data.primaryStorage.scope));
array1.push("&scope=" + todb(args.data.primaryStorage.scope));
var server = args.data.primaryStorage.server;
var url = null;