add onpage mini-search for listings
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -31,6 +31,7 @@ return [
|
||||
'backup_list' => [
|
||||
'title' => lng('error.customerhasongoingbackupjob'),
|
||||
'icon' => 'fa-solid fa-server',
|
||||
'self_overview' => ['section' => 'extras', 'page' => 'backup'],
|
||||
'columns' => [
|
||||
'destdir' => [
|
||||
'label' => lng('panel.path'),
|
||||
|
||||
@@ -44,6 +44,7 @@ return [
|
||||
'field' => 'ipsandports',
|
||||
'sortable' => false,
|
||||
'callback' => [Domain::class, 'listIPs'],
|
||||
'searchable' => false,
|
||||
],
|
||||
'd.documentroot' => [
|
||||
'label' => lng('panel.path'),
|
||||
|
||||
@@ -44,7 +44,8 @@ return [
|
||||
'size' => [
|
||||
'label' => lng('mysql.size'),
|
||||
'field' => 'size',
|
||||
'callback' => [Text::class, 'size']
|
||||
'callback' => [Text::class, 'size'],
|
||||
'searchable' => false
|
||||
],
|
||||
'dbserver' => [
|
||||
'label' => lng('mysql.mysql_server'),
|
||||
|
||||
Reference in New Issue
Block a user