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(
|
||||
'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'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue