ServicesController: Restrict the display of multiple services
refs #9009
This commit is contained in:
parent
ce48f63ac6
commit
bd41839a19
|
@ -30,6 +30,7 @@ class Monitoring_ServicesController extends Controller
|
|||
$serviceList->setFilter(Filter::fromQueryString(
|
||||
(string) $this->params->without(array('service_problem', 'service_handled', 'view'))
|
||||
));
|
||||
$this->applyRestriction('monitoring/filter/objects', $serviceList);
|
||||
$this->serviceList = $serviceList;
|
||||
$this->view->listAllLink = Url::fromRequest()->setPath('monitoring/list/services');
|
||||
$this->getTabs()->add(
|
||||
|
|
Loading…
Reference in New Issue