Commit f50c8409 by Bence Dányi

webui: fix column labels

parent db8431d6
......@@ -145,7 +145,7 @@
{% csrf_token %}
<table>
<tr>
<th>{% trans "Protocol" %}</th>
<th>{% trans "Port" %}</th>
<th colspan="2">{% trans "Access" %}</th>
</tr>
{% for port in ports %}
......@@ -191,7 +191,7 @@
</tr>
{% endfor %}
<tr>
<th>Protokoll</th>
<th>{% trans "Protokoll" %}</th>
<th colspan="2">Port</th>
</tr>
<tr>
......
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