From 09d76fe0095e79f2234ab097285f843d98352fb9 Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 26 Mar 2013 21:09:11 +0530 Subject: [PATCH] CLOUDSTACK-1724:ZWPS: provision to add scope of the primary storage in the zone creation wizard --- ui/scripts/zoneWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 01dcaaf7e19..753b0381f31 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -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;