diff --git a/instances/templates/instance.html b/instances/templates/instance.html
index 6ae0870..f7d19cc 100644
--- a/instances/templates/instance.html
+++ b/instances/templates/instance.html
@@ -913,12 +913,12 @@
{% for network in networks %}
eth{{ forloop.counter0 }}({{ network.target|default:"no target" }})
-
|
{% trans 'MAC' %} |
@@ -992,27 +992,23 @@
-
-
- |
+
+
+ |
{% trans 'IPv4' %} |
- {% for ipv4 in network.ipv4|default:"unknown" %}
- {{ ipv4 }}
- {% endfor %}
+ {% for ipv4 in network.ipv4|default:"unknown" %}{{ ipv4 }}{% endfor %}
|
{% trans 'IPv6' %} |
- {% for ipv6 in network.ipv6|default:"unknown" %}
- {{ ipv6 }}
- {% endfor %}
+ {% for ipv6 in network.ipv6|default:"unknown" %}{{ ipv6 }}{% endfor %}
|
{% trans 'Model' %} |
{{ network.model }} |
@@ -1025,8 +1021,8 @@
- |
- |
+ |
+ |
{% endfor %}