From 120ffdb0f4fe6c1b793b3d034ac040c74aa5d40f Mon Sep 17 00:00:00 2001 From: Mononaut Date: Fri, 15 Mar 2024 07:40:44 +0000 Subject: [PATCH] Simplify pool details table --- .../app/components/pool/pool.component.html | 60 ++----------------- 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/frontend/src/app/components/pool/pool.component.html b/frontend/src/app/components/pool/pool.component.html index 98d1d937b..257df8280 100644 --- a/frontend/src/app/components/pool/pool.component.html +++ b/frontend/src/app/components/pool/pool.component.html @@ -85,10 +85,9 @@
- - - - + - - - - - - - - - - - +
+ +
@@ -111,57 +110,10 @@
- - - - - - - - - - - - - -
RewardHashrate (24h)Avg Health
{{ poolStats.estimatedHashrate | amountShortener : 1 : 'H/s' }}{{ poolStats.avgBlockHealth }}% - - Unknown - -
-
- - - - - - - - - - - - - -
Blocks (24h)1wAll
{{ formatNumber(poolStats.blockCount['24h'], this.locale, '1.0-0') }} ({{ formatNumber(100 * - poolStats.blockShare['24h'], this.locale, '1.0-0') }}%){{ formatNumber(poolStats.blockCount['1w'], this.locale, '1.0-0') }} ({{ formatNumber(100 * - poolStats.blockShare['1w'], this.locale, '1.0-0') }}%){{ formatNumber(poolStats.blockCount['all'], this.locale, '1.0-0') }} ({{ formatNumber(100 * - poolStats.blockShare['all'], this.locale, '1.0-0') }}%)
-
+ +