IcingaHostTable: show less columns

This commit is contained in:
Thomas Gelf 2015-08-03 13:32:44 +02:00
parent e2b2c14c13
commit b3ce3bc749
1 changed files with 0 additions and 2 deletions

View File

@ -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'),
);
}