monitoring: Remove duplicate array key 'host_state' in the ListController
This commit is contained in:
parent
9cecc4d690
commit
0300a90d14
|
@ -143,8 +143,7 @@ class Monitoring_ListController extends Controller
|
|||
'host_severity' => $this->translate('Severity'),
|
||||
'host_name' => $this->translate('Hostname'),
|
||||
'host_address' => $this->translate('Address'),
|
||||
'host_state' => $this->translate('Current State'),
|
||||
'host_state' => $this->translate('Hard State')
|
||||
'host_state' => $this->translate('Current State')
|
||||
));
|
||||
$this->view->hosts = $query->paginate();
|
||||
|
||||
|
|
Loading…
Reference in New Issue