Comment overview: Add support for quick searches

fixes #9502
This commit is contained in:
Johannes Meyer 2015-06-25 12:59:57 +02:00
parent e3b432d463
commit 8b4fb89a4b

View File

@ -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}
*/ */