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:
parent
a06107f235
commit
4d40e0cb8b
|
@ -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
|
||||
|
|
|
@ -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">';
|
||||
|
|
Loading…
Reference in New Issue