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:
commit
585e7d44ee
|
@ -85,7 +85,7 @@ class Agent {
|
|||
$agent_id = $system->getRequest('agent_id', '0');
|
||||
$width = $system->getRequest('width', '400');
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue