monitoring: Add sort by 'Host' and 'Service' to the downtimes overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 13:06:32 +01:00
parent 91b7c31cda
commit 7621de8ec0
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,8 @@ class Monitoring_ListController extends Controller
$this->setupSortControl(array(
'downtime_is_in_effect' => $this->translate('Is In Effect'),
'downtime_host' => $this->translate('Host / Service'),
'host_display_name' => $this->translate('Host'),
'service_display_name' => $this->translate('Service'),
'downtime_entry_time' => $this->translate('Entry Time'),
'downtime_author' => $this->translate('Author'),
'downtime_start' => $this->translate('Start Time'),