From bb66d8b14d97014e892774298e209a707d83d8d4 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 15 Dec 2011 12:58:48 +0000 Subject: [PATCH] 2011-12-15 Juan Manuel Ramon * include/functions_graph.php include/functions_reporting.php: Projection graphs are static now. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5265 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_graph.php | 4 ++-- pandora_console/include/functions_reporting.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8480801a98..e87a5a9066 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-12-15 Juan Manuel Ramon + + * include/functions_graph.php + include/functions_reporting.php: Projection graphs are static now. + 2011-12-15 Sergio Martin * include/functions_forecast.php: Changed the kind of graph diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index df7c19662e..26333d4ca0 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -33,7 +33,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events, global $config; global $graphic_type; - + enterprise_include_once("include/functions_reporting.php"); // Set variables @@ -342,7 +342,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events, if ($only_image) { $flash_chart = false; } - + if ($flash_chart) { include_flash_chart_script($homeurl); } diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index d0438fe75a..d83e2c672c 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -2136,7 +2136,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f 0, 0, $report["datetime"], - false, + true, '', 1, // Important parameter, this tell to graphic_combined_module function that is a projection graph