mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user