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…
Reference in New Issue