This commit is contained in:
Bozhidar Slaveykov 2024-04-02 21:07:21 +03:00
parent 4972bef72f
commit 01acbfba1b
2 changed files with 19 additions and 0 deletions

View file

@ -55,6 +55,7 @@ return [
],
'navigation' => [
'group' => 'System',
'authentication-log' => [
'register' => true,
'sort' => 1,

View file

@ -0,0 +1,18 @@
<?php
return [
'navigation.group' => 'System',
'navigation.authentication-log.label' => 'Auth Logs',
'navigation.authentication-log.plural-label' => 'Auth Logs',
'table.heading' => 'Auth Logs',
'column.authenticatable' => 'Authenticatable',
'column.ip_address' => 'IP Address',
'column.user_agent' => 'User Agent',
'column.login_at' => 'Login At',
'column.login_successful' => 'Login Successful',
'column.logout_at' => 'Logout At',
'column.cleared_by_user' => 'Cleared By User',
];