mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
9ef414c9ed
commit
2618d4a468
@ -16,6 +16,7 @@ class Contact extends DataView
|
|||||||
public function getColumns()
|
public function getColumns()
|
||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
|
'contact_id',
|
||||||
'contact_name',
|
'contact_name',
|
||||||
'contact_alias',
|
'contact_alias',
|
||||||
'contact_email',
|
'contact_email',
|
||||||
@ -41,7 +42,9 @@ class Contact extends DataView
|
|||||||
'host_name',
|
'host_name',
|
||||||
'service_object_id',
|
'service_object_id',
|
||||||
'service_host_name',
|
'service_host_name',
|
||||||
'service_description'
|
'service_description',
|
||||||
|
'contact_notify_host_timeperiod',
|
||||||
|
'contact_notify_service_timeperiod'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user