mirror of https://github.com/Aidaho12/haproxy-wi
14 lines
329 B
HTML
14 lines
329 B
HTML
![]() |
<style>
|
||
|
.div-backends {
|
||
|
height: auto !important;
|
||
|
}
|
||
|
</style>
|
||
|
{% if backends == 'Cannot get backends' %}
|
||
|
{{backends}}
|
||
|
{% else %}
|
||
|
{% for b in backends %}
|
||
|
<a href="/app/sections.py?serv={{ serv}}§ion={{b}}" title="Edit backend {{b}}" target="_blank" style="padding-right: 10px;">
|
||
|
{{b}}
|
||
|
</a>
|
||
|
{% endfor %}
|
||
|
{% endif %}
|