mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.2.1
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
<table id="log-data" class="table table-striped table-no-bordered table-hover dataTable dtr-inline">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Horodatage </th>
|
||||
<th>Horodatage</th>
|
||||
<th>Type</th>
|
||||
<th>Résultat</th>
|
||||
<th>Utilisateur</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
@@ -22,9 +24,11 @@
|
||||
<tbody>
|
||||
@foreach ($log as $item)
|
||||
<tr>
|
||||
<td>{{$item->created_at}}</td>
|
||||
<td>{{$item->created_at}}</td>
|
||||
<th><span class="badge badge-pill badge-{{$item->typeColor()}}">{{$item->type}}</span></th>
|
||||
<th><span class="badge badge-pill badge-{{$item->result}}">Success</span></th>
|
||||
<td>{{\App\User::find($item->user_id)->fullname()}}</td>
|
||||
<td>{{$item->action}}</td>
|
||||
<td><a href="">{{$item->event}}</a></td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user