mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
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
b34b1187ee
commit
d7eb3e2282
@ -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