From e871d4f4f925948c02d5c580ecb09014a25ae165 Mon Sep 17 00:00:00 2001 From: bashmak Date: Fri, 2 Jun 2017 16:56:50 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=BA=D1=80=D0=B0=D1=81=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devapp/templates/devapp/ports.html | 78 ++++++------------------------ 1 file changed, 14 insertions(+), 64 deletions(-) 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..