]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
add widget alias for KVComboBox
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Oct 2011 06:03:44 +0000 (08:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Oct 2011 06:03:44 +0000 (08:03 +0200)
www/manager/form/KVComboBox.js

index d0ffad6b4bed41fdf10262b3f37d5ebd8eb41017..67be10e924984c7261e52e634b9729c34ce27d8b 100644 (file)
@@ -1,6 +1,7 @@
 Ext.define('PVE.form.KVComboBox', {
     extend: 'Ext.form.field.ComboBox',
-  
+    alias: 'widget.pveKVComboBox',
+
     deleteEmpty: true,
     
     getSubmitData: function() {