mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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(
|
$this->provideRestriction(
|
||||||
'monitoring/filter',
|
'monitoring/hosts/filter',
|
||||||
$this->translate('Restrict views to the hosts and services that match the 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(
|
$this->provideConfigTab('backends', array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user