mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 15:58:20 +00:00
ui: ceph: pool creation: default auto-scale value to "on"
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3eaf388170
commit
5da1b6d0db
@ -46,7 +46,7 @@ Ext.define('PVE.CephPoolInputPanel', {
|
||||
['on', 'on'],
|
||||
['off', 'off'],
|
||||
],
|
||||
value: 'warn',
|
||||
value: 'on', // FIXME: check ceph version and only default to on on octopus and newer
|
||||
allowBlank: false,
|
||||
autoSelect: false,
|
||||
labelWidth: 140,
|
||||
|
Loading…
Reference in New Issue
Block a user