mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
52761e3f37
commit
8f6bf7ff33
1 changed files with 8 additions and 0 deletions
|
|
@ -84,4 +84,12 @@ class Notification extends DataView
|
|||
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getSearchColumns()
|
||||
{
|
||||
return array('contact', 'host', 'host_display_name', 'service', 'service_display_name');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue