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/3d8afb0c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3d8afb0c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3d8afb0c Branch: refs/heads/kvm-vnc-listen Commit: 3d8afb0cfbcf20f4644fb58171f6c587c60f50ba Parents: 4edef1f Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Tue Apr 2 16:21:25 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Tue Apr 2 16:21:25 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3d8afb0c/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 98570d2..2fdf5f9 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -9316,8 +9316,8 @@ select: function(args) { var scope = [ { id: 'zone', description: _l('label.zone.wide') }, - { id: 'cluster', description: _l('label.cluster') }, - { id: 'host', description: _l('label.host') } + { id: 'cluster', description: _l('label.cluster') } + // { id: 'host', description: _l('label.host') } ]; args.response.success({