mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Change 24h event histogram function in pandora mobile to same that desktop pandora - #1170
This commit is contained in:
parent
60757b0ad6
commit
44cf079b20
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user