CLOUDSTACK-1887:removing the host option from the scope field for primary storage

This commit is contained in:
Pranav Saxena 2013-04-02 16:21:25 +05:30
parent 4edef1fd30
commit 3d8afb0cfb
1 changed files with 2 additions and 2 deletions

View File

@ -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({