mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 21:55:44 +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,
|
minValue: 0,
|
||||||
decimalPrecision: 3,
|
decimalPrecision: 3,
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
allowZero: true,
|
|
||||||
emptyText: '0.0',
|
emptyText: '0.0',
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
|
Loading…
Reference in New Issue
Block a user