mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Now all the graphs of the fullscreen visual console are images
This commit is contained in:
parent
285d7971e0
commit
90427855fb
@ -242,7 +242,7 @@ ui_require_javascript_file('pandora_visual_console');
|
||||
render_map: true,
|
||||
keep_aspect_ratio: true,
|
||||
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(),
|
||||
height: $(window).height()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user