mirror of https://github.com/Aidaho12/haproxy-wi
Fix server details overview layout
Fixes <div> overlapping, that was causing garbled layout of server details page. Root cause was incorrect endif.pull/260/head
parent
706c2d6d65
commit
6596d0b4af
|
@ -227,8 +227,8 @@
|
|||
{% else %}
|
||||
{{ checkbox(id, title='Enable Auto Start', value='1', desc='Auto Start') }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="server-act-links">
|
||||
<a href="/app/config.py?service={{service}}&serv={{s.2}}&showConfig" class="ui-button ui-widget ui-corner-all" title="Open running config">Open</a>
|
||||
<a href="/app/config.py?service={{service}}&serv={{s.2}}&showCompare" class="ui-button ui-widget ui-corner-all" title="Compare configs">Compare</a>
|
||||
|
|
Loading…
Reference in New Issue