Commit f50c8409 by Bence Dányi

webui: fix column labels

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