Link only to services' downtimes from multi-service detail view
fixes #10170 Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
77a4cfb431
commit
0c107af1f8
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue