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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user