mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +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()
|
public function notificationsAction()
|
||||||
{
|
{
|
||||||
$this->addTitleTab('notifications');
|
$this->addTitleTab('notifications');
|
||||||
|
$this->setAutorefreshInterval(15);
|
||||||
|
|
||||||
$query = NotificationView::fromRequest($this->_request)->getQuery();
|
$query = NotificationView::fromRequest($this->_request)->getQuery();
|
||||||
$this->view->notifications = $query->paginate();
|
$this->view->notifications = $query->paginate();
|
||||||
@ -475,6 +476,7 @@ class Monitoring_ListController extends Controller
|
|||||||
public function servicematrixAction()
|
public function servicematrixAction()
|
||||||
{
|
{
|
||||||
$this->view->title = 'Servicematrix';
|
$this->view->title = 'Servicematrix';
|
||||||
|
$this->setAutorefreshInterval(15);
|
||||||
$this->addTitleTab('servicematrix');
|
$this->addTitleTab('servicematrix');
|
||||||
$dataview = ServiceStatusView::fromRequest(
|
$dataview = ServiceStatusView::fromRequest(
|
||||||
$this->getRequest(),
|
$this->getRequest(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user