Skip to content

Commit

Permalink
IP Address and User Agent Updated in Log Viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh79 committed Sep 4, 2023
1 parent eae08ce commit f3de217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/logs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ function resetTheme() {
<th>Model Id</th>
<th>Action</th>
<th>User</th>
<th>IP Address</th>
<th>Device</th>
<th>Action At</th>
</tr>
</thead>
Expand All @@ -213,6 +215,8 @@ function resetTheme() {
<td class="text">{{$log->loggable_id}}</td>
<td class="date">{{$log->action}}</td>
<td class="date">{{$log->user->name}}</td>
<td class="date">{{$log->ip_address}}</td>
<td class="date">{{$log->device}}</td>
<td class="text">{{$log->created_at->diffForHumans()}}</td>
</tr>
@endforeach
Expand Down

0 comments on commit f3de217

Please sign in to comment.