Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FischLord committed Feb 7, 2024
1 parent d6da365 commit 61aa1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ip-atlas/templates/ip/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h1 class="text-lg font-semibold md:text-2xl">IP Adressen</h1>
class="transition duration-150 ease-in-out border-b hover:bg-gray-700 hover:bg-opacity-25">
<td class="hidden p-4 align-middle edit-field md:table-cell">{{ host.name }}</td>
<td class="p-4 font-medium align-middle edit-field">{{ host.ip }}</td>
<td class="p-4 align-middle edit-field">{{ host.ports|join(", ") }}</td>
<td class="p-4 align-middle edit-field">{{ host.portsFB|join(", ") }}</td>
<td class="p-4 align-middle edit-field">
{% if host.tags %}
{{ host.tags|join(", ") }}
Expand Down

0 comments on commit 61aa1e3

Please sign in to comment.