Show a dynamically updated list of NTS servers #1

Merged
mike merged 21 commits from liveview into main 2024-07-26 09:35:19 -04:00
1 changed files with 76 additions and 74 deletions
Showing only changes of commit 7e218dfb5d - Show all commits

View File

@ -1,3 +1,4 @@
<div class="overflow-x-auto">
<table class="mx-auto border-collapse table-auto min-w-full divide-y divide-zinc-200 dark:divide-zinc-700 text-left">
<thead>
<tr>
@ -75,3 +76,4 @@
</tr>
</tbody>
</table>
</div>