[pve-devel] [PATCH 3/4] Temporary disable loading the tabs of the main Config panel
Emmanuel Kasper
e.kasper at proxmox.com
Thu May 28 11:56:26 CEST 2015
---
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 6c19805..aa9c0f8 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();
}
--
2.1.4
More information about the pve-devel
mailing list