mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Select the host and service display_name columns in the comments overview
refs #7843
This commit is contained in:
parent
94be58e121
commit
e933b9174c
@ -465,7 +465,9 @@ class Monitoring_ListController extends Controller
|
|||||||
'persistent' => 'comment_is_persistent',
|
'persistent' => 'comment_is_persistent',
|
||||||
'expiration' => 'comment_expiration',
|
'expiration' => 'comment_expiration',
|
||||||
'host' => 'comment_host',
|
'host' => 'comment_host',
|
||||||
'service' => 'comment_service'
|
'service' => 'comment_service',
|
||||||
|
'host_display_name',
|
||||||
|
'service_display_name'
|
||||||
));
|
));
|
||||||
$this->filterQuery($query);
|
$this->filterQuery($query);
|
||||||
$this->view->comments = $query->paginate();
|
$this->view->comments = $query->paginate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user