]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
ui: ceph pools: do not grey-out name field when editing
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Apr 2021 16:00:10 +0000 (18:00 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Apr 2021 16:00:13 +0000 (18:00 +0200)
The displayEdit field already shows it as display field in this case,
which is enough.

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

index b2cffb4342a3a65d80534126905a2ac96a12b4fe..6910c7cc904609807930a862a70e68741ec8d162 100644 (file)
@@ -14,7 +14,6 @@ Ext.define('PVE.CephPoolInputPanel', {
            cbind: {
                editable: '{isCreate}',
                value: '{pool_name}',
-               disabled: '{!isCreate}',
            },
            name: 'name',
            allowBlank: false,