Merge remote-tracking branch 'origin/2.1.x' into feature-backup
This commit is contained in:
@@ -48,6 +48,7 @@ return [
|
||||
'field' => 'loginname',
|
||||
'callback' => [Impersonate::class, 'admin'],
|
||||
'sortable' => true,
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'name' => [
|
||||
'label' => lng('customer.name'),
|
||||
|
||||
@@ -48,6 +48,7 @@ return [
|
||||
'd.domain_ace' => [
|
||||
'label' => lng('domains.domainname'),
|
||||
'field' => 'domain_ace',
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'ipsandports' => [
|
||||
'label' => lng('admin.ipsandports.ipsandports'),
|
||||
@@ -161,6 +162,11 @@ return [
|
||||
'id' => ':id'
|
||||
],
|
||||
],
|
||||
'duplicate' => [
|
||||
'icon' => 'fa-solid fa-clone',
|
||||
'title' => lng('admin.domain_duplicate'),
|
||||
'modal' => [Text::class, 'domainDuplicateModal'],
|
||||
],
|
||||
'logfiles' => [
|
||||
'icon' => 'fa-solid fa-file',
|
||||
'title' => lng('panel.viewlogs'),
|
||||
|
||||
@@ -41,6 +41,7 @@ return [
|
||||
'description' => [
|
||||
'label' => lng('admin.phpsettings.description'),
|
||||
'field' => 'description',
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'configs' => [
|
||||
'label' => lng('admin.phpsettings.activephpconfigs'),
|
||||
|
||||
@@ -37,6 +37,7 @@ return [
|
||||
'ip' => [
|
||||
'label' => lng('admin.ipsandports.ip'),
|
||||
'field' => 'ip',
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'port' => [
|
||||
'label' => lng('admin.ipsandports.port'),
|
||||
|
||||
@@ -40,6 +40,7 @@ return [
|
||||
'caption' => [
|
||||
'label' => lng('admin.mysqlserver.caption'),
|
||||
'field' => 'caption',
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'host' => [
|
||||
'label' => lng('admin.mysqlserver.host'),
|
||||
|
||||
@@ -42,6 +42,7 @@ return [
|
||||
'c.description' => [
|
||||
'label' => lng('admin.phpsettings.description'),
|
||||
'field' => 'description',
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'domains' => [
|
||||
'label' => lng('admin.phpsettings.activedomains'),
|
||||
|
||||
@@ -40,6 +40,7 @@ return [
|
||||
'p.name' => [
|
||||
'label' => lng('admin.plans.name'),
|
||||
'field' => 'name',
|
||||
'isdefaultsearchfield' => true,
|
||||
],
|
||||
'p.description' => [
|
||||
'label' => lng('admin.plans.description'),
|
||||
|
||||
Reference in New Issue
Block a user