ui: Add option to remove expired offers and bids.

This commit is contained in:
tecnovert
2023-06-06 22:03:05 +02:00
parent 1dcd750fea
commit cbb3d0ac02
8 changed files with 138 additions and 40 deletions

View File

@@ -142,18 +142,10 @@
{% endif %}
{% endif %}
<!-- havedata -->
</div> {% endfor %} <script>
function confirmReseed() {
return confirm("Are you sure?\nBackup your wallet before and after.\nWon't detect used keys.\nShould only be used for new wallets.");
}
function confirmWithdrawal() {
return confirm("Are you sure?");
}
</script>
</div> {% endfor %}
</div>
</section>
</div>
{% include 'footer.html' %}
</body>
</html>
</html>