html: Template for watched outputs page.

This commit is contained in:
tecnovert
2019-07-25 23:15:35 +02:00
parent b920f926c1
commit 8623d291f1
4 changed files with 45 additions and 18 deletions

View File

@@ -3,7 +3,9 @@
<p><a href="/wallets">View Wallets</a></p>
<p>
Page Refresh: 30 seconds<br/>
{% if refresh %}
Page Refresh: {{ refresh }} seconds<br/>
{% endif %}
<a href="/active">Swaps in progress: {{ summary.num_swapping }}</a><br/>
<a href="/offers">Network Offers: {{ summary.num_network_offers }}</a><br/>
<a href="/sentoffers">Sent Offers: {{ summary.num_sent_offers }}</a><br/>