mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
2d4f956b48
commit
52761e3f37
@ -73,4 +73,20 @@ class Contact extends DataView
|
||||
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getSearchColumns()
|
||||
{
|
||||
return array(
|
||||
'contact',
|
||||
'contact_alias',
|
||||
'contact_email',
|
||||
'host',
|
||||
'host_display_name',
|
||||
'service',
|
||||
'service_display_name'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user