Merge branch '1170-Pandora-FMS-Aplicación-movil-Error-La-barra-de-histograma' into 'develop'

Change 24h event histogram function in pandora mobile to same that desktop pandora - #1170

See merge request !745
This commit is contained in:
vgilc 2017-09-11 09:12:54 +02:00
commit 585e7d44ee
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class Agent {
$agent_id = $system->getRequest('agent_id', '0'); $agent_id = $system->getRequest('agent_id', '0');
$width = $system->getRequest('width', '400'); $width = $system->getRequest('width', '400');
graph_graphic_agentevents( graph_graphic_agentevents(
$this->id, $width, 30, SECONDS_1DAY, ui_get_full_url(false)); $agent_id, $width, 30, SECONDS_1DAY, ui_get_full_url(false));
exit; exit;
} }
} }