diff --git a/topologie/templates/topologie/aff_switch.html b/topologie/templates/topologie/aff_switch.html index 86c899ba..e75d41a2 100644 --- a/topologie/templates/topologie/aff_switch.html +++ b/topologie/templates/topologie/aff_switch.html @@ -60,25 +60,34 @@ with this program; if not, write to the Free Software Foundation, Inc.,
-
- - - - - - - - - - - - - - - - - -
{% trans "IPv4 address"%}{% trans "Ports"%}{% trans "Stack"%}{% trans "Stack member ID" %}{% trans "Switch model" %}
{{ switch.interface_set.first.ipv4 }}{{ switch.number }}{{ switch.stack.name }}{{ switch.stack_member_id }}{{ switch.model }}
+
+
+
+ {% trans "IPv4 address"%} +
+ {{ switch.interface_set.first.ipv4 }} +
+
+ {% trans "Ports"%} +
+ {{ switch.number }} +
+
+ {% trans "Stack"%} +
+ {{ switch.stack.name }} +
+
+ {% trans "Stack member ID" %} +
+ {{ switch.stack_member_id }} +
+
+ {% trans "Switch model" %} +
+ {{ switch.model }} +
+
{% if switch.interface_set.first.details %}