fix graphs not showing in metaconsole monitors view
This commit is contained in:
parent
21c81f6dfe
commit
0461cb04f7
|
@ -24,7 +24,7 @@ function include_javascript_dependencies_flot_graph($return=false)
|
||||||
$is_include_javascript = true;
|
$is_include_javascript = true;
|
||||||
|
|
||||||
$metaconsole_hack = '';
|
$metaconsole_hack = '';
|
||||||
if (defined('METACONSOLE')) {
|
if (is_metaconsole()) {
|
||||||
$metaconsole_hack = '../../';
|
$metaconsole_hack = '../../';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue