mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring: Fix restrictable filter columns of the downtime view
refs #9009
This commit is contained in:
parent
6597e7aba8
commit
bb711f447d
@ -55,8 +55,10 @@ class Downtime extends DataView
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'downtime_author',
|
'downtime_author',
|
||||||
'host', 'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
'host', 'host_alias',
|
||||||
'service', 'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||||
|
'service',
|
||||||
|
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user