From fc5cb47b38ae9d79f84749008a9527a9591874e1 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Mon, 19 Dec 2016 10:53:01 +0100 Subject: [PATCH] Fixed interface graphs type. Ticket #4110 --- pandora_console/include/functions_custom_graphs.php | 2 +- .../operation/agentes/interface_traffic_graph_win.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_custom_graphs.php b/pandora_console/include/functions_custom_graphs.php index 862c61eb3d..56bd46696b 100644 --- a/pandora_console/include/functions_custom_graphs.php +++ b/pandora_console/include/functions_custom_graphs.php @@ -164,7 +164,7 @@ function custom_graphs_print($id_graph, $height, $width, $period, $background_color = 'white', $modules_param = array(), $homeurl = '', $name_list = array(), $unit_list = array(), $show_last = true, $show_max = true, $show_min = true, $show_avg = true, $ttl = 1, - $dashboard = false, $vconsole = false, $percentil = null) { + $dashboard = false, $vconsole = false, $percentil = null, $from_interface = false) { global $config; diff --git a/pandora_console/operation/agentes/interface_traffic_graph_win.php b/pandora_console/operation/agentes/interface_traffic_graph_win.php index 2e84a0b9c0..1f87d61edf 100644 --- a/pandora_console/operation/agentes/interface_traffic_graph_win.php +++ b/pandora_console/operation/agentes/interface_traffic_graph_win.php @@ -187,7 +187,8 @@ $interface_traffic_modules = array( 1, false, false, - (($show_percentil_95)? 95 : null)); + (($show_percentil_95)? 95 : null), + true); echo '';