mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 20:20:13 +00:00
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:
parent
3527924585
commit
6bcb88cf53
@ -129,7 +129,6 @@ Ext.define('PVE.CephPoolInputPanel', {
|
||||
minValue: 0,
|
||||
decimalPrecision: 3,
|
||||
allowBlank: true,
|
||||
allowZero: true,
|
||||
emptyText: '0.0',
|
||||
autoEl: {
|
||||
tag: 'div',
|
||||
|
Loading…
Reference in New Issue
Block a user