mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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
cc940b1201
commit
f7699d3c55
@ -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>
|
2012-01-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/functions_api.php: Added new functions
|
* include/functions_api.php: Added new functions
|
||||||
|
@ -410,8 +410,8 @@ class viewGraph {
|
|||||||
echo "<h3 class='title_h3'>" . __('Graph') . "</h3>";
|
echo "<h3 class='title_h3'>" . __('Graph') . "</h3>";
|
||||||
|
|
||||||
echo grafico_modulo_sparse($this->idAgentModule, $this->period, 0, 240,
|
echo grafico_modulo_sparse($this->idAgentModule, $this->period, 0, 240,
|
||||||
120, io_safe_output($this->agentModule['nombre']), null, true,
|
200, io_safe_output($this->agentModule['nombre']), null, false,
|
||||||
0, true, 0, true, true, true, true);
|
false, true, 0, '', true, false, true, true, '../');
|
||||||
|
|
||||||
echo "<h3 class='title_h3'>" . __('Data') . "</h3>";
|
echo "<h3 class='title_h3'>" . __('Data') . "</h3>";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user