mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
monitoring: Select the host and service display_name in the downtimes overview
refs #7843
This commit is contained in:
parent
5f0b809619
commit
ab6eed03e5
@ -285,7 +285,9 @@ class Monitoring_ListController extends Controller
|
|||||||
'host' => 'downtime_host',
|
'host' => 'downtime_host',
|
||||||
'service' => 'downtime_service',
|
'service' => 'downtime_service',
|
||||||
'host_state' => 'downtime_host_state',
|
'host_state' => 'downtime_host_state',
|
||||||
'service_state' => 'downtime_service_state'
|
'service_state' => 'downtime_service_state',
|
||||||
|
'host_display_name',
|
||||||
|
'service_display_name'
|
||||||
))->order('downtime_is_in_effect', 'DESC')
|
))->order('downtime_is_in_effect', 'DESC')
|
||||||
->order('downtime_scheduled_start', 'DESC');
|
->order('downtime_scheduled_start', 'DESC');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user