mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Monitoring_ListController: autorefresh matrix...
...and notification views fixes #6152
This commit is contained in:
parent
1190a8959f
commit
6523af711c
@ -250,6 +250,7 @@ class Monitoring_ListController extends Controller
|
||||
public function notificationsAction()
|
||||
{
|
||||
$this->addTitleTab('notifications');
|
||||
$this->setAutorefreshInterval(15);
|
||||
|
||||
$query = NotificationView::fromRequest($this->_request)->getQuery();
|
||||
$this->view->notifications = $query->paginate();
|
||||
@ -475,6 +476,7 @@ class Monitoring_ListController extends Controller
|
||||
public function servicematrixAction()
|
||||
{
|
||||
$this->view->title = 'Servicematrix';
|
||||
$this->setAutorefreshInterval(15);
|
||||
$this->addTitleTab('servicematrix');
|
||||
$dataview = ServiceStatusView::fromRequest(
|
||||
$this->getRequest(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user