mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 07:03:23 +00:00
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:
parent
ad33cfd53a
commit
5a34ccd6b2
@ -14,7 +14,6 @@ Ext.define('PVE.CephPoolInputPanel', {
|
||||
cbind: {
|
||||
editable: '{isCreate}',
|
||||
value: '{pool_name}',
|
||||
disabled: '{!isCreate}',
|
||||
},
|
||||
name: 'name',
|
||||
allowBlank: false,
|
||||
|
Loading…
Reference in New Issue
Block a user