From cb9441ba8d075cb760f710806ca34deafd154888 Mon Sep 17 00:00:00 2001 From: agames4 Date: Thu, 7 Sep 2023 23:02:44 +0200 Subject: [PATCH] updated port forwarding table --- .../usersuite/_port_forwardings.html | 56 ++++++++++++++++--- 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/sipa/templates/usersuite/_port_forwardings.html b/sipa/templates/usersuite/_port_forwardings.html index 6ffd4cf8..ecb3ea5b 100644 --- a/sipa/templates/usersuite/_port_forwardings.html +++ b/sipa/templates/usersuite/_port_forwardings.html @@ -1,4 +1,6 @@ -

fffffffff

+
+

port forwardings

+{% if table %}
@@ -7,24 +9,64 @@

fffffffff

+ - + {% if port_forwadings is none %} + + + + + + + + + + {% else %} + {% for port_forwad in port_forwardings %} + + + + + + + + + + + {% endfor %} + {% endif %}
{{ _("destination port") }} {{ _("source ip") }} {{ _("protokoll") }}{{ _("option") }}
- - + + - - + + +
- + +
+
+ + + + + + +
+
+{% else %} + +{% endif %}
\ No newline at end of file