Skip to content

Commit

Permalink
Use host_name and service_description columns in the downtime overview
Browse files Browse the repository at this point in the history
refs #8614
  • Loading branch information
lippserd committed Mar 6, 2015
1 parent 7317aa7 commit cbf39a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/monitoring/application/controllers/ListController.php
Expand Up @@ -282,8 +282,8 @@ public function downtimesAction()
'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',
Expand Down

0 comments on commit cbf39a2

Please sign in to comment.