monitoring: Sort by host_display_name when sorting by 'Hostname' in the hosts overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-20 16:22:36 +01:00
parent ab7a5763a6
commit 9fd90c90cc
1 changed files with 1 additions and 1 deletions

View File

@ -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')
));