Move pool pie chart at the bottom of the mining dashboard

This commit is contained in:
nymkappa 2022-02-24 17:45:10 +09:00
parent e358a553c1
commit 54ccfe070e
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -2,16 +2,16 @@
<div class="row row-cols-1 row-cols-md-2">
<!-- pool distribution -->
<!-- pools hashrate -->
<div class="col">
<div class="card">
<div class="card-body pool-ranking">
<div class="card-body">
<h5 class="card-title">
<a href="" [routerLink]="['/mining/pools' | relativeUrl]" i18n="mining.pool-share">
Mining Pools Share (1w)
<a class="link" href="" [routerLink]="['/mining/hashrate/pools' | relativeUrl]" i18n="mining.pools-hashrate">
Pools Hashrate Share (1y)
</a>
</h5>
<app-pool-ranking [widget]=true></app-pool-ranking>
<app-hashrate-chart-pools [widget]=true></app-hashrate-chart-pools>
</div>
</div>
</div>
@ -30,16 +30,16 @@
</div>
</div>
<!-- pools hashrate -->
<!-- pool distribution -->
<div class="col">
<div class="card">
<div class="card-body">
<div class="card-body pool-ranking">
<h5 class="card-title">
<a class="link" href="" [routerLink]="['/mining/hashrate/pools' | relativeUrl]" i18n="mining.pools-hashrate">
Pools Hashrate Share (1y)
<a href="" [routerLink]="['/mining/pools' | relativeUrl]" i18n="mining.pool-share">
Mining Pools Share (1w)
</a>
</h5>
<app-hashrate-chart-pools [widget]=true></app-hashrate-chart-pools>
<app-pool-ranking [widget]=true></app-pool-ranking>
</div>
</div>
</div>