diff --git a/basicswap/templates/active.html b/basicswap/templates/active.html index 9ee5c96..fcba481 100644 --- a/basicswap/templates/active.html +++ b/basicswap/templates/active.html @@ -46,7 +46,7 @@ - Refresh {{ refresh }} seconds + Refresh 30 seconds {% else %} @@ -106,10 +106,10 @@ {% for s in active_swaps %} - {{ s[0] }} + {{ s[0]|truncate(50,true,'...',0) }} - {{ s[1] }} + {{ s[1]|truncate(50,true,'...',0) }} {{ s[2] }} {{ s[3] }} @@ -129,4 +129,4 @@ {% include 'footer.html' %} - \ No newline at end of file + diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index c46eddf..5a5625d 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -791,7 +791,7 @@ const chart = new Chart(ctx, { {% endif %} -
{{ o[5]|truncate(8,true,'',0) }}
+
{{ o[6]|truncate(8,true,'',0) }}