diff --git a/frontend/src/app/components/pool-ranking/pool-ranking.component.ts b/frontend/src/app/components/pool-ranking/pool-ranking.component.ts index 01b36ab74..58c383266 100644 --- a/frontend/src/app/components/pool-ranking/pool-ranking.component.ts +++ b/frontend/src/app/components/pool-ranking/pool-ranking.component.ts @@ -264,8 +264,8 @@ export class PoolRankingComponent implements OnInit { fontSize: 14, }, itemStyle: { - borderRadius: 2, - borderWidth: 2, + borderRadius: 1, + borderWidth: 1, borderColor: '#000', }, emphasis: { diff --git a/frontend/src/app/components/pool/pool.component.html b/frontend/src/app/components/pool/pool.component.html index 3c2b78a34..af71351ad 100644 --- a/frontend/src/app/components/pool/pool.component.html +++ b/frontend/src/app/components/pool/pool.component.html @@ -2,45 +2,50 @@
Addresses | +Tags | +
+
+ {{ poolStats.pool.regexes }}
+
+ |
+
Addresses |
{{ address }}
+ [routerLink]="['/address' | relativeUrl, address]">{{ + address }} |
~ |
Coinbase Tags | -{{ poolStats.pool.regexes }} | -
Mined Blocks | -{{ poolStats.blockCount }} | +Mined Blocks | +{{ formatNumber(poolStats.blockCount, this.locale, '1.0-0') }} |
Empty Blocks | -{{ poolStats.emptyBlocks }} | +Empty Blocks | +{{ formatNumber(poolStats.emptyBlocks, this.locale, '1.0-0') }} |
Height | Timestamp | Mined | Reward | -Transactions | ++ Transactions | Size | @@ -113,7 +121,9 @@
---|---|---|
Coinbase Tags | -+ | + + |