Add link to netmail/echomail when showing packet contents

This commit is contained in:
2024-06-07 13:27:10 +10:00
parent 67377a2012
commit 368198bc77
3 changed files with 11 additions and 9 deletions

View File

@@ -506,8 +506,8 @@ use App\Models\Address;
<tbody>
@foreach ($x as $oo)
<tr>
<td class="packet">{{ $oo->recv_pkt }}</td>
<td>{{ $oo->recv_at }}</td>
<td @class(['packet'=>$oo->recv_pkt])>{{ $oo->recv_pkt ?: '-' }}</td>
<td>{{ $oo->recv_at ?: '-' }}</td>
<td class="text-end">{{ $oo->count }}</td>
</tr>
@endforeach