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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user