diff --git a/ip-atlas/templates/ip/list.html b/ip-atlas/templates/ip/list.html index 4ebb9bf..3b6c6fa 100644 --- a/ip-atlas/templates/ip/list.html +++ b/ip-atlas/templates/ip/list.html @@ -140,7 +140,7 @@

IP Adressen

class="transition duration-150 ease-in-out border-b hover:bg-gray-700 hover:bg-opacity-25"> {{ host.name }} {{ host.ip }} - {{ host.ports|join(", ") }} + {{ host.portsFB|join(", ") }} {% if host.tags %} {{ host.tags|join(", ") }}