BUG 10811 Nothing is displayed on Admin > Settings > System Information.

Was occurring an error with a validation in SysGeneric.php file.
This commit is contained in:
jennylee
2013-02-14 16:04:24 -04:00
parent de7293f774
commit 54a0c7f75b

View File

@@ -4,7 +4,7 @@ dbInfo.application = {
init: function () init: function ()
{ {
var sumaryInfPanel = PMExt.createInfoPanel('../main/getSystemInfo'); var sumaryInfPanel = PMExt.createInfoPanel('../../uxmodern/main/getSystemInfo');
var panelInfo = new Ext.Panel({ var panelInfo = new Ext.Panel({
id:'panelInfo', id:'panelInfo',
@@ -18,6 +18,7 @@ dbInfo.application = {
] ]
}); });
//Load all panels //Load all panels
var viewport = new Ext.Viewport({ var viewport = new Ext.Viewport({
layout: "fit", layout: "fit",