mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '4496-Graficas-Metaconsola-no-funcionan' into 'develop'
fix graphs not showing in metaconsole monitors view See merge request artica/pandorafms!2649
This commit is contained in:
commit
26f247375b
@ -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