monitoring/security: Replace 'monitoring/filter' restrictions with filter for the hosts and the services view

This commit is contained in:
Eric Lippmann 2015-01-27 13:48:33 +01:00
parent 405e18a46f
commit f8aa9eb05c
1 changed files with 7 additions and 2 deletions

View File

@ -56,8 +56,13 @@ $this->providePermission(
);
$this->provideRestriction(
'monitoring/filter',
$this->translate('Restrict views to the hosts and services that match the filter')
'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')
);
$this->provideConfigTab('backends', array(