monitoring: Remove duplicate array key 'host_state' in the ListController

This commit is contained in:
Eric Lippmann 2015-01-20 16:08:47 +01:00
parent 9cecc4d690
commit 0300a90d14
1 changed files with 1 additions and 2 deletions

View File

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