mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
monitoring: Add sort by 'Host' and 'Service' in the comments overview
refs #7843
This commit is contained in:
parent
3055531e2d
commit
6be0224d9d
@ -474,10 +474,11 @@ class Monitoring_ListController extends Controller
|
|||||||
|
|
||||||
$this->setupSortControl(
|
$this->setupSortControl(
|
||||||
array(
|
array(
|
||||||
'comment_timestamp' => $this->translate('Comment Timestamp'),
|
'comment_timestamp' => $this->translate('Comment Timestamp'),
|
||||||
'comment_host' => $this->translate('Host / Service'),
|
'host_display_name' => $this->translate('Host'),
|
||||||
'comment_type' => $this->translate('Comment Type'),
|
'service_display_name' => $this->translate('Service'),
|
||||||
'comment_expiration' => $this->translate('Expiration'),
|
'comment_type' => $this->translate('Comment Type'),
|
||||||
|
'comment_expiration' => $this->translate('Expiration')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->view->delCommentForm = new DeleteCommentCommandForm();
|
$this->view->delCommentForm = new DeleteCommentCommandForm();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user