Monitoring_ListController: autorefresh matrix...

...and notification views

fixes #6152
This commit is contained in:
Thomas Gelf 2014-05-09 16:01:47 +00:00
parent 1190a8959f
commit 6523af711c
1 changed files with 2 additions and 0 deletions

View File

@ -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(),