Fix last packet transfers shown, added file transfers

This commit is contained in:
2023-07-19 15:16:25 +10:00
parent f4fc6c24a4
commit 39605af693
8 changed files with 249 additions and 37 deletions

View File

@@ -34,6 +34,7 @@
<tr>
<th>From</th>
<th>MSGID</th>
<th>Echoarea</th>
<th>Date</th>
</tr>
</thead>
@@ -43,6 +44,7 @@
<tr>
<td>{{ $oo->fftn->ftn }}</td>
<td>{{ $oo->msgid }}</td>
<td>{{ $oo->echoarea->name }}</td>
<td>{{ $oo->datetime }}</td>
</tr>
@endforeach