merged audit columns
This commit is contained in:
parent
690a3babee
commit
5943db4ed8
@ -9,9 +9,7 @@
|
||||
<th>User</th>
|
||||
<th>Activity</th>
|
||||
<th>Remarks</th>
|
||||
<th>IP</th>
|
||||
<th>Browser</th>
|
||||
<th>Url</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
@foreach ($logs as $log)
|
||||
@ -24,15 +22,11 @@
|
||||
@isset($log->ip_addr)
|
||||
<a target="_blank" href="{{ 'https://ipinfo.io/'.$log->ip_addr }}">{{ $log->ip_addr }}</a>
|
||||
@endisset
|
||||
</td>
|
||||
<td>
|
||||
@isset($log->browser)
|
||||
@include('_partials._img-tooltip', ['src' => asset('imgs/browser_64.png'), 'tip' => $log->browser, 'class' => 'msg-icon'])
|
||||
@include('_partials._img-tooltip', ['src' => asset('imgs/browser_64.png'), 'tip' => $log->browser, 'class' => 'msg-icon ms-2'])
|
||||
@endisset
|
||||
</td>
|
||||
<td>
|
||||
@isset($log->url)
|
||||
@include('_partials._img-tooltip', ['src' => asset('imgs/url_64.png'), 'tip' => $log->url, 'class' => 'msg-icon'])
|
||||
@include('_partials._img-tooltip', ['src' => asset('imgs/url_64.png'), 'tip' => $log->url, 'class' => 'msg-icon ms-2'])
|
||||
@endisset
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user