monitoring/security: Replace 'monitoring/filter' restrictions with filter for the hosts and the services view
This commit is contained in:
parent
405e18a46f
commit
f8aa9eb05c
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue