dont show search-icon/exclude specific non-searchable fields from overviews

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-16 13:13:26 +02:00
parent 21954505b2
commit 64142d2158
6 changed files with 16 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ return [
'title' => lng('admin.cron.cronsettings'),
'icon' => 'fa-solid fa-clock-rotate-left',
'default_sorting' => ['c.id' => 'asc'],
'no_search' => true,
'columns' => [
'c.desc_lng_key' => [
'label' => lng('cron.description'),