]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph: pool edit: drop allowZero from numberfield
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Apr 2021 12:11:16 +0000 (14:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Apr 2021 12:25:02 +0000 (14:25 +0200)
not a thing there, so do not be misleading and suggest this is
required

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/Pool.js

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