From 8c4045023d54379c6d4c22466e4a65d512949c97 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 20 Jul 2023 23:39:16 +0200 Subject: [PATCH] feat: show threshold also for non account --- app/sections/accounts/account.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/app/sections/accounts/account.html b/app/sections/accounts/account.html index d2108d8..6e47840 100644 --- a/app/sections/accounts/account.html +++ b/app/sections/accounts/account.html @@ -224,13 +224,16 @@ - + {{ok.key}} - {{ok.threshold}} + {{ok.threshold}} + + : {{account.owner_threshold}} + @@ -267,13 +270,16 @@ - + {{ak.key}} - {{ak.threshold}} + {{ak.threshold}} + + : {{account.active_threshold}} +