IcingaUserTable: do not show zones

This commit is contained in:
Thomas Gelf 2015-12-02 03:11:45 +01:00
parent d5c20e6e53
commit f6ee8227a3
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class IcingaUserTable extends QuickTable
return array(
'user' => $view->translate('Username'),
'email' => $view->translate('Email'),
'zone' => $view->translate('Zone'),
);
}