adjust css/js of global-search; added missing id fields for searchable entities

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-15 19:01:44 +02:00
parent e6916de532
commit a68db7c80d
6 changed files with 22 additions and 9 deletions

View File

@@ -34,6 +34,10 @@ return [
'icon' => 'fa-brands fa-php',
'self_overview' => ['section' => 'phpsettings', 'page' => 'overview'],
'columns' => [
'c.id' => [
'label' => 'ID',
'field' => 'id',
],
'c.description' => [
'label' => lng('admin.phpsettings.description'),
'field' => 'description',

View File

@@ -31,6 +31,10 @@ return [
'title' => lng('admin.plans.plans'),
'icon' => 'fa-solid fa-clipboard-list',
'columns' => [
'p.id' => [
'label' => 'ID',
'field' => 'id',
],
'p.name' => [
'label' => lng('admin.plans.name'),
'field' => 'name',