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,4 +1,5 @@
<table class="mx-auto border-collapse table-auto min-w-full divide-y divide-zinc-200 dark:divide-zinc-700 text-left">
<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>
<th scope="col" class="py-3 px-6 whitespace-nowrap">
@ -74,4 +75,5 @@
<% end %>
</tr>
</tbody>
</table>
</table>
</div>