Skip to content

Commit

Permalink
monitoring: New layout for host and service multi views
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
majentsch committed Sep 30, 2015
1 parent 52a53ec commit 5a6aa1c
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 408 deletions.
Expand Up @@ -149,7 +149,7 @@ public function showAction()
->setQueryString(
$this->hostList
->objectsFilter()
->andFilter(FilterEqual::where('downtime_objecttype', 'host'))
->andFilter(FilterEqual::where('object_type', 'host'))
->toQueryString()
);
$this->view->commentsLink = Url::fromRequest()->setPath('monitoring/list/comments');
Expand Down

0 comments on commit 5a6aa1c

Please sign in to comment.