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
Lukáš Krejza 4 years ago committed by GitHub
parent 706c2d6d65
commit 6596d0b4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,8 +227,8 @@
{% else %}
{{ checkbox(id, title='Enable Auto Start', value='1', desc='Auto Start') }}
{% endif %}
</div>
{% endif %}
</div>
<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…
Cancel
Save