Merge pull request #1321 from Jennydmz/BUG-10811

BUG 10811 Nothing is displayed on Admin > Settings > System Information.
This commit is contained in:
julceslauhub
2013-02-14 12:22:33 -08:00

View File

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