monitoring: Sort by display_name when sorting by 'Hostname' or 'Service Name' in the services overview
refs #7843
This commit is contained in:
parent
e602717bd9
commit
9d5dccc484
|
@ -221,11 +221,11 @@ class Monitoring_ListController extends Controller
|
|||
'service_last_check' => $this->translate('Last Service Check'),
|
||||
'service_severity' => $this->translate('Severity'),
|
||||
'service_state' => $this->translate('Current Service State'),
|
||||
'service_description' => $this->translate('Service Name'),
|
||||
'service_display_name' => $this->translate('Service Name'),
|
||||
'service_state_type' => $this->translate('Hard State'),
|
||||
'host_severity' => $this->translate('Host Severity'),
|
||||
'host_state' => $this->translate('Current Host State'),
|
||||
'host_name' => $this->translate('Hostname'),
|
||||
'host_display_name' => $this->translate('Hostname'),
|
||||
'host_address' => $this->translate('Host Address'),
|
||||
'host_last_check' => $this->translate('Last Host Check')
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue