Fix #369
pull/372/head
Aidaho 2023-11-18 11:32:33 +03:00
parent 0b9cf8ff78
commit 9311159b3c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% endif %}
{% for b in backends %}
{% if service == 'haproxy' %}
<a href="/app/config/section/{{serv}}/{{b}}" title="{{lang.words.edit|title()}} {{lang.words.backend}} {{b}}" target="_blank" style="padding-right: 10px;">
<a href="/app/config/section/haproxy/{{serv}}/{{b}}" title="{{lang.words.edit|title()}} {{lang.words.backend}} {{b}}" target="_blank" style="padding-right: 10px;">
{{b}}
</a>
{% elif service == 'nginx' or service == 'apache' %}