mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Prefer 'Hostname' over 'Host name'
This commit is contained in:
parent
680b7e4eba
commit
ab0910e09b
@ -234,7 +234,7 @@ class Monitoring_ListController extends Controller
|
||||
'service_state_type' => $this->translate('Hard State'),
|
||||
'host_severity' => $this->translate('Host Severity'),
|
||||
'host_state' => $this->translate('Current Host State'),
|
||||
'host_name' => $this->translate('Host Name'),
|
||||
'host_name' => $this->translate('Hostname'),
|
||||
'host_address' => $this->translate('Host Address'),
|
||||
'host_last_check' => $this->translate('Last Host Check')
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user