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
1 changed files with 4 additions and 2 deletions

View File

@ -55,8 +55,10 @@ class Downtime extends DataView
{
return array(
'downtime_author',
'host', 'hostgroup', 'hostgroup_alias', 'hostgroup_name',
'service', 'servicegroup', 'servicegroup_alias', 'servicegroup_name'
'host', 'host_alias',
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
'service',
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
);
}