ui: ceph pools: do not grey-out name field when editing

The displayEdit field already shows it as display field in this case,
which is enough.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-23 18:00:10 +02:00
parent ad33cfd53a
commit 5a34ccd6b2

View File

@ -14,7 +14,6 @@ Ext.define('PVE.CephPoolInputPanel', {
cbind: {
editable: '{isCreate}',
value: '{pool_name}',
disabled: '{!isCreate}',
},
name: 'name',
allowBlank: false,