2012-01-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* 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
This commit is contained in:
juanmanuelr 2012-01-26 11:38:38 +00:00
parent a06107f235
commit 4d40e0cb8b
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-01-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php
operation/agentes/estado_generalagente.php: Added static event
agent graph in main agent view.
2012-01-26 Sergio Martin <sergio.martin@artica.es>
* include/functions_api.php: Improved the get all agents

View File

@ -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 '</div>';
echo '<div width="450px">';