mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
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:
parent
0c1df335fc
commit
41be32adff
@ -61,13 +61,8 @@ $this->providePermission(
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->provideRestriction(
|
$this->provideRestriction(
|
||||||
'monitoring/hosts/filter',
|
'monitoring/filter/objects',
|
||||||
$this->translate('Restrict hosts view to the hosts that match the filter')
|
$this->translate('Restrict views to the Icinga objects 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