parent
e3b432d463
commit
8b4fb89a4b
|
@ -49,7 +49,7 @@ class Comment extends DataView
|
||||||
public function getFilterColumns()
|
public function getFilterColumns()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'comment_author ',
|
'comment_author',
|
||||||
'host', 'host_alias',
|
'host', 'host_alias',
|
||||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||||
'service',
|
'service',
|
||||||
|
@ -57,6 +57,14 @@ class Comment extends DataView
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function getSearchColumns()
|
||||||
|
{
|
||||||
|
return array('host', 'host_display_name', 'service', 'service_display_name', 'comment_author');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue