monitoring: Add missing restrictable filter columns to the comment data view
refs #9009
This commit is contained in:
parent
66d76e7ad9
commit
6597e7aba8
|
@ -50,8 +50,10 @@ class Comment extends DataView
|
|||
{
|
||||
return array(
|
||||
'comment_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