mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
monitoring: Select the host and service display_name column when viewing notifications for a contact
refs #7843
This commit is contained in:
parent
0ceec816c6
commit
b6f87df90e
@ -165,7 +165,9 @@ class Monitoring_ShowController extends Controller
|
|||||||
'notification_output',
|
'notification_output',
|
||||||
'notification_contact',
|
'notification_contact',
|
||||||
'notification_start_time',
|
'notification_start_time',
|
||||||
'notification_state'
|
'notification_state',
|
||||||
|
'host_display_name',
|
||||||
|
'service_display_name'
|
||||||
));
|
));
|
||||||
|
|
||||||
$notifications->where('contact_object_id', $contact->contact_object_id);
|
$notifications->where('contact_object_id', $contact->contact_object_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user