feat(gaiia): hyperlink IP addresses in untracked devices table
This commit is contained in:
parent
fb2d4b9b1a
commit
7067bc2fa9
1 changed files with 7 additions and 1 deletions
|
|
@ -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 %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue