diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 30891893a1..ce839040a0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-01-11 Junichi Satoh + + * mobile/operation/agents/view_agents.php: Fixed graph generation + failure. + 2012-01-10 Juan Manuel Ramon * include/functions_api.php: Added new functions diff --git a/pandora_console/mobile/operation/agents/view_agents.php b/pandora_console/mobile/operation/agents/view_agents.php index 948b0e472d..dee699326b 100644 --- a/pandora_console/mobile/operation/agents/view_agents.php +++ b/pandora_console/mobile/operation/agents/view_agents.php @@ -410,8 +410,8 @@ class viewGraph { echo "

" . __('Graph') . "

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

" . __('Data') . "

";