specify default search-field for on-page listing-search/filter

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-05-26 13:15:01 +02:00
parent 84599011cf
commit 426f204473
9 changed files with 9 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ return [
'caption' => [
'label' => lng('admin.mysqlserver.caption'),
'field' => 'caption',
'isdefaultsearchfield' => true,
],
'host' => [
'label' => lng('admin.mysqlserver.host'),