2012-01-11 Junichi Satoh <junichi@rworks.jp>
* mobile/operation/agents/view_agents.php: Fixed graph generation failure. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5341 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
59d164f35f
commit
6e61a9c2dd
|
@ -1,3 +1,8 @@
|
|||
2012-01-11 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* mobile/operation/agents/view_agents.php: Fixed graph generation
|
||||
failure.
|
||||
|
||||
2012-01-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_api.php: Added new functions
|
||||
|
|
|
@ -410,8 +410,8 @@ class viewGraph {
|
|||
echo "<h3 class='title_h3'>" . __('Graph') . "</h3>";
|
||||
|
||||
echo grafico_modulo_sparse($this->idAgentModule, $this->period, 0, 240,
|
||||
120, io_safe_output($this->agentModule['nombre']), null, true,
|
||||
0, true, 0, true, true, true, true);
|
||||
200, io_safe_output($this->agentModule['nombre']), null, false,
|
||||
false, true, 0, '', true, false, true, true, '../');
|
||||
|
||||
echo "<h3 class='title_h3'>" . __('Data') . "</h3>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue