monitoring: Fix restrictable filter columns of the downtime view

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-05 15:48:37 +02:00
parent 6597e7aba8
commit bb711f447d

View File

@ -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'
); );
} }