- fixed broken "graph" data for system
This commit is contained in:
@@ -150,7 +150,7 @@ define([
|
||||
dataType: 'json'
|
||||
}).done(function(systemGraphsData){
|
||||
|
||||
if(systemGraphsData.length > 0){
|
||||
if( !$.isEmptyObject(systemGraphsData) ){
|
||||
// create new (hidden) module container
|
||||
var moduleElement = $('<div>', {
|
||||
class: [config.moduleClass, config.systemGraphModuleClass].join(' '),
|
||||
|
||||
Reference in New Issue
Block a user