monitoring: Reorder the sort by combobox in the services overview

This commit is contained in:
Eric Lippmann 2015-01-21 09:35:33 +01:00
parent a6ad5ad865
commit f661713bbb
1 changed files with 2 additions and 3 deletions

View File

@ -218,11 +218,10 @@ class Monitoring_ListController extends Controller
$this->filterQuery($query);
$this->setupSortControl(array(
'service_last_check' => $this->translate('Last Service Check'),
'service_severity' => $this->translate('Severity'),
'service_severity' => $this->translate('Service Severity'),
'service_state' => $this->translate('Current Service State'),
'service_display_name' => $this->translate('Service Name'),
'service_state_type' => $this->translate('Hard State'),
'service_last_check' => $this->translate('Last Service Check'),
'host_severity' => $this->translate('Host Severity'),
'host_state' => $this->translate('Current Host State'),
'host_display_name' => $this->translate('Hostname'),