mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
e8058c09c5
commit
d0a7c481c2
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ abstract class MonitoredObjectController extends Controller
|
|||
{
|
||||
$this->getTabs()->activate('history');
|
||||
$this->view->history = $this->object->fetchEventHistory()->eventhistory;
|
||||
$this->applyRestriction('monitoring/filter/objects', $this->view->history);
|
||||
|
||||
$this->setupLimitControl(50);
|
||||
$this->setupPaginationControl($this->view->history, 50);
|
||||
|
|
|
|||
Loading…
Reference in a new issue