parent
8f6bf7ff33
commit
86bdf81396
|
@ -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}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue