mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
5745790cdd
commit
5bc611f772
@ -28,7 +28,7 @@ class Monitoring_ServiceController extends MonitoredObjectController
|
||||
$this->backend, $this->params->getRequired('host'), $this->params->getRequired('service')
|
||||
);
|
||||
|
||||
$this->applyRestriction('monitoring/services/filter', $service);
|
||||
$this->applyRestriction('monitoring/filter/objects', $service);
|
||||
|
||||
if ($service->fetch() === false) {
|
||||
$this->httpNotFound($this->translate('Service not found'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user