mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
e3b432d463
commit
8b4fb89a4b
@ -49,7 +49,7 @@ class Comment extends DataView
|
||||
public function getFilterColumns()
|
||||
{
|
||||
return array(
|
||||
'comment_author ',
|
||||
'comment_author',
|
||||
'host', 'host_alias',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'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}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user