mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 03:55:33 +00:00
add widget alias for KVComboBox
This commit is contained in:
parent
5e64e67b0d
commit
2a360805b3
@ -1,5 +1,6 @@
|
|||||||
Ext.define('PVE.form.KVComboBox', {
|
Ext.define('PVE.form.KVComboBox', {
|
||||||
extend: 'Ext.form.field.ComboBox',
|
extend: 'Ext.form.field.ComboBox',
|
||||||
|
alias: 'widget.pveKVComboBox',
|
||||||
|
|
||||||
deleteEmpty: true,
|
deleteEmpty: true,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user