mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
819d20f17a
commit
91315738c8
@ -62,6 +62,7 @@ class Controller extends IcingaWebController
|
||||
{
|
||||
$restrictions = Filter::matchAny();
|
||||
$restrictions->setAllowedFilterColumns(array(
|
||||
'instance_name',
|
||||
'host_name',
|
||||
'hostgroup_name',
|
||||
'service_description',
|
||||
@ -85,6 +86,7 @@ class Controller extends IcingaWebController
|
||||
$restriction,
|
||||
$filter,
|
||||
implode(', ', array(
|
||||
'instance_name',
|
||||
'host_name',
|
||||
'hostgroup_name',
|
||||
'service_description',
|
||||
|
Loading…
x
Reference in New Issue
Block a user