ui: ceph: pool edit: drop allowZero from numberfield

not a thing there, so do not be misleading and suggest this is
required

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-26 14:11:16 +02:00
parent 3527924585
commit 6bcb88cf53

View File

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