From 3d8afb0cfbcf20f4644fb58171f6c587c60f50ba Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Tue, 2 Apr 2013 16:21:25 +0530 Subject: [PATCH] CLOUDSTACK-1887:removing the host option from the scope field for primary storage --- ui/scripts/system.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 98570d249ea..2fdf5f925be 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({