mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
Allow access to generated object history SQL query
This commit is contained in:
parent
067fa02263
commit
fc85dface1
@ -100,6 +100,7 @@ class Monitoring_ShowController extends Controller
|
|||||||
$this->getTabs()->activate('history');
|
$this->getTabs()->activate('history');
|
||||||
$this->view->object->populate();
|
$this->view->object->populate();
|
||||||
$this->view->object->fetchEventHistory();
|
$this->view->object->fetchEventHistory();
|
||||||
|
$this->handleFormatRequest($this->view->object->eventhistory);
|
||||||
$this->view->history = $this->view->object->eventhistory->limit(20)->paginate();
|
$this->view->history = $this->view->object->eventhistory->limit(20)->paginate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user