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…
Reference in New Issue