mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Reorder the sort by combobox in the services overview
This commit is contained in:
parent
a6ad5ad865
commit
f661713bbb
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user