monitoring: Select the host and service display_name column when viewing notifications for a contact

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 15:50:32 +01:00
parent 0ceec816c6
commit b6f87df90e
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ class Monitoring_ShowController extends Controller
'notification_output',
'notification_contact',
'notification_start_time',
'notification_state'
'notification_state',
'host_display_name',
'service_display_name'
));
$notifications->where('contact_object_id', $contact->contact_object_id);