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