mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-17 04:18:45 +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: {
|
cbind: {
|
||||||
editable: '{isCreate}',
|
editable: '{isCreate}',
|
||||||
value: '{pool_name}',
|
value: '{pool_name}',
|
||||||
disabled: '{!isCreate}',
|
|
||||||
},
|
},
|
||||||
name: 'name',
|
name: 'name',
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user