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' => [
'username' => [
'label' => $lng['login']['username'],
'column' => 'username'
'field' => 'username'
],
'path' => [
'label' => $lng['panel']['path'],
'column' => 'path',
'field' => 'path',
'format_callback' => [Ftp::class, 'pathRelative']
]
],