Move relay notification to bottom
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{% load index %}
|
{% load index %}
|
||||||
<div id="relays">
|
<div id="relays">
|
||||||
{% include 'manage/threshold/partials/notify.html' %}
|
|
||||||
{% if relays is not None %}
|
{% if relays is not None %}
|
||||||
<div class="content" style="max-height: 30em; overflow: auto;">
|
<div class="content" style="max-height: 30em; overflow: auto;">
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
@@ -219,4 +218,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% include 'manage/threshold/partials/notify.html' %}
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user