From 8885a58a2ee9431701af7bfb7344f6974f6b4d46 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 2 May 2023 11:36:24 +0200 Subject: [PATCH 1/2] ui: Table fix --- basicswap/templates/active.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basicswap/templates/active.html b/basicswap/templates/active.html index 9ee5c96..36ff1d0 100644 --- a/basicswap/templates/active.html +++ b/basicswap/templates/active.html @@ -46,7 +46,7 @@ - Refresh {{ refresh }} seconds + Refresh 30 seconds 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] }} From 788efeef5bf73fe6faa032a1a6246cfe89c821b0 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Fri, 5 May 2023 13:30:36 +0200 Subject: [PATCH 2/2] ui: Rate (USD) price fix --- basicswap/templates/offers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}