mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Use host_name and service_description columns in the downtime overview
refs #8614
This commit is contained in:
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user