Use host_name and service_description columns in the downtime overview

refs 
This commit is contained in:
Eric Lippmann 2015-03-06 13:14:56 +01:00
parent 7317aa7158
commit cbf39a2d99

@ -282,8 +282,8 @@ class Monitoring_ListController extends Controller
'is_fixed' => 'downtime_is_fixed',
'is_in_effect' => 'downtime_is_in_effect',
'entry_time' => 'downtime_entry_time',
'host' => 'downtime_host',
'service' => 'downtime_service',
'host' => 'host_name',
'service' => 'service_description',
'host_state' => 'downtime_host_state',
'service_state' => 'downtime_service_state',
'host_display_name',