mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
0ec1a18844
commit
6d03b2fe8f
@ -8,7 +8,6 @@ namespace Icinga\Module\Monitoring\DataView;
|
||||
*/
|
||||
class Contact extends DataView
|
||||
{
|
||||
|
||||
/**
|
||||
* Retrieve columns provided by this view
|
||||
*
|
||||
@ -17,7 +16,6 @@ class Contact extends DataView
|
||||
public function getColumns()
|
||||
{
|
||||
return array(
|
||||
'contact',
|
||||
'contact_name',
|
||||
'contact_alias_name',
|
||||
'contact_email_address',
|
||||
@ -43,9 +41,7 @@ class Contact extends DataView
|
||||
'host_name',
|
||||
'service_object_id',
|
||||
'service_host_name',
|
||||
'service_description',
|
||||
'service',
|
||||
'host',
|
||||
'service_description'
|
||||
);
|
||||
}
|
||||
|
||||
@ -62,4 +58,9 @@ class Contact extends DataView
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
public function getFilterColumns()
|
||||
{
|
||||
return array('contact', 'alias', 'email', 'host', 'service');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user