mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 05:47:28 -08:00
Changed action_date to created_at
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ba12204842
commit
658c94ad8b
|
@ -75,6 +75,7 @@ class ReportsController extends Controller
|
||||||
'remote_ip',
|
'remote_ip',
|
||||||
'user_agent',
|
'user_agent',
|
||||||
'action_source',
|
'action_source',
|
||||||
|
'action_date',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue