ui: ceph/pool: fix setting target ratio/size (back) to zero

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-21 15:44:47 +02:00
parent 0e0f861a04
commit 86a5da839a

View File

@ -127,6 +127,7 @@ Ext.define('PVE.CephPoolInputPanel', {
minValue: 0,
decimalPrecision: 3,
allowBlank: true,
allowZero: true,
emptyText: '0.0',
autoEl: {
tag: 'div',
@ -140,6 +141,7 @@ Ext.define('PVE.CephPoolInputPanel', {
unit: 'GiB',
minValue: 0,
allowBlank: true,
allowZero: true,
emptyText: '0',
autoEl: {
tag: 'div',