fix graphs not showing in metaconsole monitors view

This commit is contained in:
alejandro-campos 2019-08-08 15:18:15 +02:00
parent 21c81f6dfe
commit 0461cb04f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '../../';
} }