Commit 2e3eb366 by Czémán Arnold

Merge branch 'fix-port-display-bug' into 'master'

Fix the html tag bug on network page

See merge request !398
parents aa92a44d e7cf712d
Pipeline #662 passed with stage
in 0 seconds
...@@ -73,7 +73,9 @@ ...@@ -73,7 +73,9 @@
{% if l.ipv4 %} {% if l.ipv4 %}
<tr> <tr>
<td> <td>
{% display_portforward4 l %} {% autoescape off %}
{% display_portforward4 l %}
{% endautoescape %}
</td> </td>
<td><i class="fa fa-long-arrow-right"></i></td> <td><i class="fa fa-long-arrow-right"></i></td>
<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