mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* 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
This commit is contained in:
parent
6a87f1e675
commit
bb66d8b14d
@ -1,3 +1,8 @@
|
|||||||
|
2011-12-15 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_graph.php
|
||||||
|
include/functions_reporting.php: Projection graphs are static now.
|
||||||
|
|
||||||
2011-12-15 Sergio Martin <sergio.martin@artica.es>
|
2011-12-15 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_forecast.php: Changed the kind of graph
|
* include/functions_forecast.php: Changed the kind of graph
|
||||||
|
@ -33,7 +33,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events,
|
|||||||
|
|
||||||
global $config;
|
global $config;
|
||||||
global $graphic_type;
|
global $graphic_type;
|
||||||
|
|
||||||
enterprise_include_once("include/functions_reporting.php");
|
enterprise_include_once("include/functions_reporting.php");
|
||||||
|
|
||||||
// Set variables
|
// Set variables
|
||||||
@ -342,7 +342,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events,
|
|||||||
if ($only_image) {
|
if ($only_image) {
|
||||||
$flash_chart = false;
|
$flash_chart = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($flash_chart) {
|
if ($flash_chart) {
|
||||||
include_flash_chart_script($homeurl);
|
include_flash_chart_script($homeurl);
|
||||||
}
|
}
|
||||||
|
@ -2136,7 +2136,7 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
$report["datetime"],
|
$report["datetime"],
|
||||||
false,
|
true,
|
||||||
'',
|
'',
|
||||||
1,
|
1,
|
||||||
// Important parameter, this tell to graphic_combined_module function that is a projection graph
|
// Important parameter, this tell to graphic_combined_module function that is a projection graph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user