2011-07-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php: Fixed graphs on Visual console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4527 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
424d4c96f2
commit
56303b03e3
|
@ -1,3 +1,7 @@
|
||||||
|
2011-07-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_graph.php: Fixed graphs on Visual console.
|
||||||
|
|
||||||
2011-07-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-07-07 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_visual_map.php: Added links to service items
|
* include/functions_visual_map.php: Added links to service items
|
||||||
|
|
|
@ -34,8 +34,6 @@ function grafico_modulo_sparse2 ($agent_module_id, $period, $show_events,
|
||||||
global $config;
|
global $config;
|
||||||
global $graphic_type;
|
global $graphic_type;
|
||||||
|
|
||||||
include_flash_chart_script($homeurl);
|
|
||||||
|
|
||||||
// Set variables
|
// Set variables
|
||||||
if ($date == 0) $date = get_system_time();
|
if ($date == 0) $date = get_system_time();
|
||||||
$datelimit = $date - $period;
|
$datelimit = $date - $period;
|
||||||
|
|
Loading…
Reference in New Issue