Changed action_date to created_at

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-09-25 17:25:15 +01:00
parent ba12204842
commit 658c94ad8b
2 changed files with 2 additions and 1 deletions

View file

@ -75,6 +75,7 @@ class ReportsController extends Controller
'remote_ip', 'remote_ip',
'user_agent', 'user_agent',
'action_source', 'action_source',
'action_date',
]; ];

View file

@ -52,7 +52,7 @@
<th data-field="icon" style="width: 40px;" class="hidden-xs" data-formatter="iconFormatter"> <th data-field="icon" style="width: 40px;" class="hidden-xs" data-formatter="iconFormatter">
{{ trans('admin/hardware/table.icon') }} {{ trans('admin/hardware/table.icon') }}
</th> </th>
<th class="col-sm-3" data-searchable="false" data-sortable="true" data-field="action_date" data-formatter="dateDisplayFormatter"> <th class="col-sm-3" data-searchable="false" data-sortable="true" data-field="created_at" data-formatter="dateDisplayFormatter">
{{ trans('general.date') }} {{ trans('general.date') }}
</th> </th>
<th class="col-sm-2" data-searchable="true" data-sortable="true" data-field="created_by" data-formatter="usersLinkObjFormatter"> <th class="col-sm-2" data-searchable="true" data-sortable="true" data-field="created_by" data-formatter="usersLinkObjFormatter">