mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
monitoring: Sort by host_display_name when sorting by 'Hostname' in the hosts overview
refs #7843
This commit is contained in:
parent
ab7a5763a6
commit
9fd90c90cc
@ -133,7 +133,7 @@ class Monitoring_ListController extends Controller
|
|||||||
$this->setupSortControl(array(
|
$this->setupSortControl(array(
|
||||||
'host_last_check' => $this->translate('Last Check'),
|
'host_last_check' => $this->translate('Last Check'),
|
||||||
'host_severity' => $this->translate('Severity'),
|
'host_severity' => $this->translate('Severity'),
|
||||||
'host_name' => $this->translate('Hostname'),
|
'host_display_name' => $this->translate('Hostname'),
|
||||||
'host_address' => $this->translate('Address'),
|
'host_address' => $this->translate('Address'),
|
||||||
'host_state' => $this->translate('Current State')
|
'host_state' => $this->translate('Current State')
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user