mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1724:ZWPS: provision to add scope of the primary storage in the zone creation wizard
This commit is contained in:
parent
933f1213c1
commit
09d76fe009
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue