mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +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->view->object->populate();
|
||||
$this->view->object->fetchEventHistory();
|
||||
$this->handleFormatRequest($this->view->object->eventhistory);
|
||||
$this->view->history = $this->view->object->eventhistory->limit(20)->paginate();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user