feat(gaiia): hyperlink IP addresses in untracked devices table

This commit is contained in:
Graham McIntire 2026-05-11 16:39:53 -05:00
parent fb2d4b9b1a
commit 7067bc2fa9

View file

@ -175,7 +175,13 @@
</.link>
</td>
<td class="whitespace-nowrap px-4 py-3 text-sm text-gray-600 dark:text-gray-400">
{entry.device.ip_address}
<a
href={"http://#{entry.device.ip_address}"}
target="_blank"
class="text-blue-600 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300"
>
{entry.device.ip_address}
</a>
</td>
<td class="whitespace-nowrap px-4 py-3 text-sm text-gray-600 dark:text-gray-400">
<%= if entry.device.site do %>