add nasreload table

This commit is contained in:
Ibnu Maksum
2024-01-02 13:51:26 +07:00
parent 9804bcb9e8
commit 081dd1b1b9
2 changed files with 8 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<td>{Lang::dateTimeFormat($ds['date'])}</td>
<td>{$ds['type']}</td>
<td>{$ds['ip']}</td>
<td style="overflow-x: scroll;">{$ds['description']}</td>
<td style="overflow-x: scroll;">{nl2br($ds['description'])}</td>
</tr>
{/foreach}
</tbody>