rename tabellisting column to filed

This commit is contained in:
envoyr
2022-02-27 20:04:40 +01:00
parent f1e91af58a
commit 3186c2b37d
5 changed files with 19 additions and 19 deletions

View File

@@ -26,11 +26,11 @@ return [
'columns' => [
'd.domain_ace' => [
'label' => $lng['domains']['domainname'],
'column' => 'domain_ace',
'field' => 'domain_ace',
],
'd.documentroot' => [
'label' => $lng['panel']['path'],
'column' => 'documentroot',
'field' => 'documentroot',
'format_callback' => [Domain::class, 'domainTarget'],
]
],