diff --git a/pandora_console/operation/visual_console/render_view.php b/pandora_console/operation/visual_console/render_view.php index b8338ec793..986b8d603a 100755 --- a/pandora_console/operation/visual_console/render_view.php +++ b/pandora_console/operation/visual_console/render_view.php @@ -42,7 +42,7 @@ else { } $refr = (int) get_parameter ('refr', $config['vc_refr']); -$graph_javascript = (bool) get_parameter ('graph_javascript', true); +$graph_javascript = (bool) get_parameter ('graph_javascript', false); $vc_refr = false; if (isset($config['vc_refr']) and $config['vc_refr'] != 0) @@ -242,7 +242,7 @@ ui_require_javascript_file('pandora_visual_console'); render_map: true, keep_aspect_ratio: true, id_visual_console: , - graph_javascript: , + graph_javascript: , width: $(window).width(), height: $(window).height() }