mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
5bc52a2801
commit
32b556c2b1
@ -84,6 +84,10 @@ $this->provideRestriction(
|
|||||||
'monitoring/filter/objects',
|
'monitoring/filter/objects',
|
||||||
$this->translate('Restrict views to the Icinga objects that match the filter')
|
$this->translate('Restrict views to the Icinga objects that match the filter')
|
||||||
);
|
);
|
||||||
|
$this->provideRestriction(
|
||||||
|
'monitoring/blacklist/properties',
|
||||||
|
$this->translate('Hide the properties of monitored objects that match the filter')
|
||||||
|
);
|
||||||
|
|
||||||
$this->provideConfigTab('backends', array(
|
$this->provideConfigTab('backends', array(
|
||||||
'title' => $this->translate('Configure how to retrieve monitoring information'),
|
'title' => $this->translate('Configure how to retrieve monitoring information'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user