CLOUDSTACK-1724:ZWPS: provision to add scope of the primary storage in the zone creation wizard
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/09d76fe0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/09d76fe0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/09d76fe0 Branch: refs/heads/scaleupvm Commit: 09d76fe0095e79f2234ab097285f843d98352fb9 Parents: 933f121 Author: Pranav Saxena <[email protected]> Authored: Tue Mar 26 21:09:11 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Mar 26 21:09:11 2013 +0530 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09d76fe0/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 01dcaaf..753b038 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;
