Move relay notification to bottom
This commit is contained in:
parent
de42dcee03
commit
fbd933f6c6
|
@ -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…
Reference in New Issue