fix column-customizer for non-api based resources; add more no_search=true tags in various tablelistings where search is not available

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-16 13:35:50 +02:00
parent 64142d2158
commit 68c93a17b3
8 changed files with 10 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ return [
'title' => lng('menue.main.apikeys'),
'icon' => 'fa-solid fa-key',
'self_overview' => ['section' => 'index', 'page' => 'apikeys'],
'no_search' => true,
'columns' => [
'a.loginname' => [
'label' => lng('login.username'),