mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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;
|
||||
|
||||
$metaconsole_hack = '';
|
||||
if (defined('METACONSOLE')) {
|
||||
if (is_metaconsole()) {
|
||||
$metaconsole_hack = '../../';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user