diff --git a/devapp/templates/devapp/ports.html b/devapp/templates/devapp/ports.html index 21ea774..d2cad97 100644 --- a/devapp/templates/devapp/ports.html +++ b/devapp/templates/devapp/ports.html @@ -14,29 +14,30 @@ {% for port in ports %} {% if port.st %} {% if port.sp == 10 %} -
+
{% elif port.sp == 100 %} -
+
{% elif port.sp == 1000 %} -
+
{% else %} -
+
{% endif %} {% else %} -
+
{% endif %} - + {{ port.num }} - + {% else %} + + + + {% endif %}
{% empty %}

{% trans 'We have not received info, please check options :(' %}

@@ -65,58 +66,7 @@ - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 - - - 2 - Err:bug - port Eth1 state Up - 21 Dec 12:15:23 - - - 3 - Err:Other - port Eth1 state Up - 21 Dec 12:15:45 - - - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 - - - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 - - - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 - - - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 - - - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 - - - 1 - Err:Disable - port Eth1 state Down - 21 Dec 12:14:55 + Coming soon..