CLOUDSTACK-1887:removing the host option from the scope field for primary storage
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8d34b580 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8d34b580 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8d34b580 Branch: refs/heads/kvm-vnc-listen Commit: 8d34b5809d459eac90eea1f01cc5b20dedb39f11 Parents: df6b97c Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Tue Apr 2 14:55:29 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Tue Apr 2 14:55:29 2013 +0530 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8d34b580/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 76fd5e9..8add9bb 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -1204,7 +1204,7 @@ if(selectedHypervisorObj.hypervisortype != "KVM"){ var scope=[]; scope.push({ id: 'cluster', description: _l('label.cluster') }); - scope.push({ id: 'host', description: _l('label.host') }); + //scope.push({ id: 'host', description: _l('label.host') }); args.response.success({data: scope}); } @@ -1212,7 +1212,7 @@ var scope=[]; scope.push({ id: 'zone', description: _l('label.zone.wide') }); scope.push({ id: 'cluster', description: _l('label.cluster') }); - scope.push({ id: 'host', description: _l('label.host') }); + // scope.push({ id: 'host', description: _l('label.host') }); args.response.success({data: scope}); }