Commit 69f2f207 by Chif Gergő

Merge branch 'ipv6_display_bug' into 'master'

Fix ipv6 port display bug

See merge request !404
parents 15bb2bc2 555d28b7
Pipeline #694 passed with stage
in 0 seconds
......@@ -114,7 +114,9 @@
{% if l.ipv6 %}
<tr>
<td>
{% display_portforward6 l %}
{% autoescape off %}
{% display_portforward6 l %}
{% endautoescape %}
</td>
<td><i class="fa fa-long-arrow-right"></i></td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment