ui: ceph: pool creation: default auto-scale value to "on"

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-24 19:17:44 +02:00
parent 3eaf388170
commit 5da1b6d0db

View File

@ -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,