mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DatalistTable: do not show the owner...
...as it has no meaning as of today
This commit is contained in:
parent
fd713e6efb
commit
14fce02448
@ -32,7 +32,7 @@ class DatalistTable extends QuickTable
|
|||||||
$view = $this->view();
|
$view = $this->view();
|
||||||
return array(
|
return array(
|
||||||
'list_name' => $view->translate('List name'),
|
'list_name' => $view->translate('List name'),
|
||||||
'owner' => $view->translate('Owner'),
|
// 'owner' => $view->translate('Owner'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user