diff --git a/machines/templates/machines/aff_machines.html b/machines/templates/machines/aff_machines.html index c22de7c9..db3cdd37 100644 --- a/machines/templates/machines/aff_machines.html +++ b/machines/templates/machines/aff_machines.html @@ -74,9 +74,10 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ interface.type }} {{ interface.mac_address }} - {{ interface.ipv4 }} + IPv4 {{ interface.ipv4 }} {% if ipv6_enabled %} - {{ interface.ipv6 }} +
+ IPv6 {{ interface.ipv6 }} {% endif %}