add lasst successful login to table-columns for customer overview

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-01-22 15:04:19 +01:00
parent dff7530cc5
commit 314e4407a0

View File

@@ -110,6 +110,11 @@ return [
'class' => 'text-center',
'callback' => [Text::class, 'boolean'],
],
'c.lastlogin_succ' => [
'label' => lng('admin.lastlogin_succ'),
'field' => 'lastlogin_succ',
'callback' => [Text::class, 'timestamp'],
],
'c.phpenabled' => [
'label' => lng('admin.phpenabled'),
'field' => 'phpenabled',
@@ -138,7 +143,7 @@ return [
'class' => 'text-center',
'callback' => [Text::class, 'boolean'],
],
'api_allowed' => [
'c.api_allowed' => [
'label' => lng('usersettings.api_allowed.title'),
'field' => 'api_allowed',
'class' => 'text-center',