From 201dbc4b9c77b80ac8f3f734df546cedee9bf0af Mon Sep 17 00:00:00 2001 From: WhiteyCookie <102429233+WhiteyCookie@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:53:14 +0100 Subject: [PATCH] Rejected Shares Percentage Information added resolved conflicts for new UI --- .../axe-os/src/app/components/home/home.component.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main/http_server/axe-os/src/app/components/home/home.component.html b/main/http_server/axe-os/src/app/components/home/home.component.html index 30a7d4d1..7536692e 100644 --- a/main/http_server/axe-os/src/app/components/home/home.component.html +++ b/main/http_server/axe-os/src/app/components/home/home.component.html @@ -58,6 +58,11 @@

Loading...

{{info.sharesRejected | number: '1.0-0'}} rejected + +
+ {{(info.sharesRejected / (info.sharesAccepted + info.sharesRejected) * 100) | number: '1.3-3'}}% + of total shares rejected +
@@ -222,4 +227,4 @@
Pool Information ({{info.isUsingFallbackStratum ? 'Fallback' : 'Primary' }}) - \ No newline at end of file +