IcingaHostTable: show less columns
This commit is contained in:
parent
e2b2c14c13
commit
b3ce3bc749
|
@ -32,8 +32,6 @@ class IcingaHostTable extends QuickTable
|
|||
$view = $this->view();
|
||||
return array(
|
||||
'host' => $view->translate('Hostname'),
|
||||
'address' => $view->translate('Address'),
|
||||
'zone' => $view->translate('Zone'),
|
||||
'parents' => $view->translate('Imports'),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue