mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2811: Default add primary storage dialog to scope=cluster
This commit is contained in:
parent
da5c4619c3
commit
ce17f856ea
|
|
@ -11425,8 +11425,8 @@
|
|||
label: 'label.scope',
|
||||
select: function(args) {
|
||||
var scope = [
|
||||
{ id: 'zone', description: _l('label.zone.wide') },
|
||||
{ id: 'cluster', description: _l('label.cluster') }
|
||||
{ id: 'cluster', description: _l('label.cluster') },
|
||||
{ id: 'zone', description: _l('label.zone.wide') }
|
||||
// { id: 'host', description: _l('label.host') }
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue