monitoring: Provide only the monitoring/filter/objects restriction

We'll combine the hosts and services filter restrictions into a single restriction.

refs #9009
This commit is contained in:
Eric Lippmann 2015-05-29 11:23:47 +02:00
parent 0c1df335fc
commit 41be32adff
1 changed files with 2 additions and 7 deletions

View File

@ -61,13 +61,8 @@ $this->providePermission(
);
$this->provideRestriction(
'monitoring/hosts/filter',
$this->translate('Restrict hosts view to the hosts that match the filter')
);
$this->provideRestriction(
'monitoring/services/filter',
$this->translate('Restrict services view to the services that match the filter')
'monitoring/filter/objects',
$this->translate('Restrict views to the Icinga objects that match the filter')
);
$this->provideConfigTab('backends', array(