Now all the graphs of the fullscreen visual console are images

This commit is contained in:
Alejandro Gallardo Escobar 2016-05-30 17:30:24 +02:00
parent 285d7971e0
commit 90427855fb
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}