Archived
1
0
Fork 0

Fix: false redirect in clients

This commit is contained in:
Varakh 2018-04-06 20:54:51 +02:00
parent 513bc9b811
commit a863713037

View file

@ -31,7 +31,7 @@
{% if serverGroups|length > 0 %}
<h2 class="header">{% trans %}client_info.h.servergroups{% endtrans %}</h2>
{% include 'table.twig' with {'data': serverGroups,
'links': [{'key': 'sgid', 'uri': '/groups/' ~ sid}]
'links': [{'key': 'sgid', 'uri': '/servergroups/' ~ sid}]
} %}
{% endif %}