monitoring: Select the host and service display_name in the downtimes overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 12:53:26 +01:00
parent 5f0b809619
commit ab6eed03e5
1 changed files with 3 additions and 1 deletions

View File

@ -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');