From 4d40e0cb8ba69bb03d21c26cc4f56f2bff6ed116 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 26 Jan 2012 11:38:38 +0000 Subject: [PATCH] 2012-01-26 Juan Manuel Ramon * include/functions_graph.php operation/agentes/estado_generalagente.php: Added static event agent graph in main agent view. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5435 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/agentes/estado_generalagente.php | 3 +++ 2 files changed, 9 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5cee5f067a..a285444038 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-01-26 Juan Manuel Ramon + + * include/functions_graph.php + operation/agentes/estado_generalagente.php: Added static event + agent graph in main agent view. + 2012-01-26 Sergio Martin * include/functions_api.php: Improved the get all agents diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 807d0def8d..2fe374c2ae 100644 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -69,6 +69,9 @@ echo graph_event_module (290, 120, $id_agente); if ($config['flash_charts']) { echo graphic_agentevents ($id_agente, 290, 60, 86400); } +else{ + graph_graphic_agentevents_static ($id_agente, 290, 15, 86400, ''); +} echo ''; echo '
';