From 2e7834645744c1b23a63761f20d0dc4b31611274 Mon Sep 17 00:00:00 2001 From: Emmanuel Kasper Date: Thu, 28 May 2015 11:56:26 +0200 Subject: [PATCH] Temporary disable loading the tabs of the main Config panel --- www/manager5/dc/Config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/manager5/dc/Config.js b/www/manager5/dc/Config.js index 6c198055..aa9c0f8a 100644 --- a/www/manager5/dc/Config.js +++ b/www/manager5/dc/Config.js @@ -100,6 +100,8 @@ Ext.define('PVE.dc.Config', { itemId: 'support' }); } + //EXT5DEBUG + me.items =[]; me.callParent(); }