diff --git a/application/tables/IcingaHostTable.php b/application/tables/IcingaHostTable.php index ea8528d7..172ddc7d 100644 --- a/application/tables/IcingaHostTable.php +++ b/application/tables/IcingaHostTable.php @@ -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'), ); }