Fix: false redirect in clients
This commit is contained in:
parent
513bc9b811
commit
a863713037
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
{% if serverGroups|length > 0 %}
|
{% if serverGroups|length > 0 %}
|
||||||
<h2 class="header">{% trans %}client_info.h.servergroups{% endtrans %}</h2>
|
<h2 class="header">{% trans %}client_info.h.servergroups{% endtrans %}</h2>
|
||||||
{% include 'table.twig' with {'data': serverGroups,
|
{% include 'table.twig' with {'data': serverGroups,
|
||||||
'links': [{'key': 'sgid', 'uri': '/groups/' ~ sid}]
|
'links': [{'key': 'sgid', 'uri': '/servergroups/' ~ sid}]
|
||||||
} %}
|
} %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Reference in a new issue