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',
|
||||
'service' => 'downtime_service',
|
||||
'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_scheduled_start', 'DESC');
|
||||
|
||||
|
|
Loading…
Reference in New Issue