Move relay notification to bottom

master
Mark Veidemanis 2 years ago
parent de42dcee03
commit fbd933f6c6
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -1,6 +1,5 @@
{% load index %}
<div id="relays">
{% include 'manage/threshold/partials/notify.html' %}
{% if relays is not None %}
<div class="content" style="max-height: 30em; overflow: auto;">
<div class="table-container">
@ -219,4 +218,5 @@
</div>
</div>
{% endif %}
{% include 'manage/threshold/partials/notify.html' %}
</div>
Loading…
Cancel
Save