mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-31 02:09:24 +00:00
KVComboBox.js: use correct namespace
This commit is contained in:
parent
0f35d1ffdb
commit
a4eeb5939d
@ -5,7 +5,7 @@
|
|||||||
* deleteEmpty: if set to true (default), an empty value received from the
|
* deleteEmpty: if set to true (default), an empty value received from the
|
||||||
* comboBox will reset the property to its default value
|
* comboBox will reset the property to its default value
|
||||||
*/
|
*/
|
||||||
Ext.define('proxmox.form.KVComboBox', {
|
Ext.define('Proxmox.form.KVComboBox', {
|
||||||
extend: 'Ext.form.field.ComboBox',
|
extend: 'Ext.form.field.ComboBox',
|
||||||
alias: 'widget.proxmoxKVComboBox',
|
alias: 'widget.proxmoxKVComboBox',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user