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(
|
||||
'host_last_check' => $this->translate('Last Check'),
|
||||
'host_severity' => $this->translate('Severity'),
|
||||
'host_name' => $this->translate('Hostname'),
|
||||
'host_display_name' => $this->translate('Hostname'),
|
||||
'host_address' => $this->translate('Address'),
|
||||
'host_state' => $this->translate('Current State')
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue