mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 01:34:28 +01:00
Move pool pie chart at the bottom of the mining dashboard
This commit is contained in:
parent
e358a553c1
commit
54ccfe070e
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
<div class="row row-cols-1 row-cols-md-2">
|
<div class="row row-cols-1 row-cols-md-2">
|
||||||
|
|
||||||
<!-- pool distribution -->
|
<!-- pools hashrate -->
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body pool-ranking">
|
<div class="card-body">
|
||||||
<h5 class="card-title">
|
<h5 class="card-title">
|
||||||
<a href="" [routerLink]="['/mining/pools' | relativeUrl]" i18n="mining.pool-share">
|
<a class="link" href="" [routerLink]="['/mining/hashrate/pools' | relativeUrl]" i18n="mining.pools-hashrate">
|
||||||
Mining Pools Share (1w)
|
Pools Hashrate Share (1y)
|
||||||
</a>
|
</a>
|
||||||
</h5>
|
</h5>
|
||||||
<app-pool-ranking [widget]=true></app-pool-ranking>
|
<app-hashrate-chart-pools [widget]=true></app-hashrate-chart-pools>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -30,16 +30,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- pools hashrate -->
|
<!-- pool distribution -->
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body pool-ranking">
|
||||||
<h5 class="card-title">
|
<h5 class="card-title">
|
||||||
<a class="link" href="" [routerLink]="['/mining/hashrate/pools' | relativeUrl]" i18n="mining.pools-hashrate">
|
<a href="" [routerLink]="['/mining/pools' | relativeUrl]" i18n="mining.pool-share">
|
||||||
Pools Hashrate Share (1y)
|
Mining Pools Share (1w)
|
||||||
</a>
|
</a>
|
||||||
</h5>
|
</h5>
|
||||||
<app-hashrate-chart-pools [widget]=true></app-hashrate-chart-pools>
|
<app-pool-ranking [widget]=true></app-pool-ranking>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user