mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1887:removing the host option from the scope field for primary storage
This commit is contained in:
parent
4edef1fd30
commit
3d8afb0cfb
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue