monitoring: Select the host and service display_name columns in the notifications overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 15:48:04 +01:00
parent ad879b1ee6
commit 846f391080
1 changed files with 3 additions and 1 deletions

View File

@ -325,7 +325,9 @@ class Monitoring_ListController extends Controller
'notification_output',
'notification_contact',
'notification_start_time',
'notification_state'
'notification_state',
'host_display_name',
'service_display_name'
));
$this->filterQuery($query);
$this->view->notifications = $query->paginate();