ui: ceph: pool edit: set emptyValue to 0 for target-size field
ensure it gets "deleted" (ceph resets it on setting this to zero) when modified to empty. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b34b3040cd
commit
44429805dc
@ -144,6 +144,7 @@ Ext.define('PVE.CephPoolInputPanel', {
|
||||
allowBlank: true,
|
||||
allowZero: true,
|
||||
emptyText: '0',
|
||||
emptyValue: 0,
|
||||
autoEl: {
|
||||
tag: 'div',
|
||||
'data-qtip': gettext('The amount of data eventually stored in this pool. Used for auto-scaling.'),
|
||||
|
Loading…
Reference in New Issue
Block a user