From 8885a58a2ee9431701af7bfb7344f6974f6b4d46 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Tue, 2 May 2023 11:36:24 +0200 Subject: [PATCH] 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] }}