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:
jsatoh 2012-01-11 04:47:05 +00:00
parent 59d164f35f
commit 6e61a9c2dd
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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>";