[pve-devel] [PATCH pve-manager 3/3] Disable autocalculating the picker size until we reach the Theming stage

Emmanuel Kasper e.kasper at proxmox.com
Thu Dec 3 11:11:15 CET 2015


---
 www/manager6/form/ComboGrid.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/manager6/form/ComboGrid.js b/www/manager6/form/ComboGrid.js
index 26a57b4..0726edd 100644
--- a/www/manager6/form/ComboGrid.js
+++ b/www/manager6/form/ComboGrid.js
@@ -43,7 +43,9 @@ Ext.define('PVE.form.ComboGrid', {
             store: me.store,
             displayField: me.displayField,
             focusOnToFront: false,
-	    height: me.computeHeight(),
+//          TODO: re-evaluate if we need this after we customized the Triton Theme
+//          at the momment it breaks the display of the picker (only one element is shown)
+//	    height: me.computeHeight(),
             pageSize: me.pageSize
         }, me.listConfig, me.defaultListConfig);
 
-- 
2.1.4





More information about the pve-devel mailing list