diff --git a/modules/monitoring/application/controllers/ServicesController.php b/modules/monitoring/application/controllers/ServicesController.php index 798362fe4..2527b0f92 100644 --- a/modules/monitoring/application/controllers/ServicesController.php +++ b/modules/monitoring/application/controllers/ServicesController.php @@ -148,7 +148,7 @@ class ServicesController extends Controller $this->view->showDowntimesLink = Url::fromPath('monitoring/downtimes/show') ->setQueryString( $this->serviceList->getObjectsInDowntime() - ->objectsFilter()->toQueryString() + ->objectsFilter()->andFilter(Filter::where('object_type', 'service'))->toQueryString() ); $this->view->commentsLink = Url::fromRequest() ->setPath('monitoring/list/comments');