mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Now all the graphs of the fullscreen visual console are images
(cherry picked from commit 90427855fb4a1ad0864980ccdf1b6024ac626d24)
This commit is contained in:
parent
267290a5dc
commit
7ae4eaae5b
@ -242,7 +242,7 @@ ui_require_javascript_file('pandora_visual_console');
|
|||||||
render_map: true,
|
render_map: true,
|
||||||
keep_aspect_ratio: true,
|
keep_aspect_ratio: true,
|
||||||
id_visual_console: <?php echo $id_layout; ?>,
|
id_visual_console: <?php echo $id_layout; ?>,
|
||||||
graph_javascript: <?php echo (int) $graph_javascript; ?>,
|
graph_javascript: <?php echo $config['pure'] ? 0 : (int) $graph_javascript; ?>,
|
||||||
width: $(window).width(),
|
width: $(window).width(),
|
||||||
height: $(window).height()
|
height: $(window).height()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user