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

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 16:10:02 +01:00
parent 94be58e121
commit e933b9174c
1 changed files with 3 additions and 1 deletions

View File

@ -465,7 +465,9 @@ class Monitoring_ListController extends Controller
'persistent' => 'comment_is_persistent',
'expiration' => 'comment_expiration',
'host' => 'comment_host',
'service' => 'comment_service'
'service' => 'comment_service',
'host_display_name',
'service_display_name'
));
$this->filterQuery($query);
$this->view->comments = $query->paginate();