Downtime overview: Add support for quick searches

fixes #8620
This commit is contained in:
Johannes Meyer 2015-06-25 13:24:35 +02:00
parent 8f6bf7ff33
commit 86bdf81396
1 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,14 @@ class Downtime extends DataView
);
}
/**
* {@inheritdoc}
*/
public function getSearchColumns()
{
return array('downtime_author', 'host', 'host_display_name', 'service', 'service_display_name');
}
/**
* {@inheritdoc}
*/