[mining] add missing empty col at the bottom of pool ranking

This commit is contained in:
nymkappa 2023-07-20 10:36:26 +09:00
parent bc508b6621
commit ade7908229
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -139,6 +139,8 @@
<td class="" *ngIf="this.miningWindowPreference === '24h'"><b>{{ miningStats.lastEstimatedHashrate}} {{
miningStats.miningUnits.hashrateUnit }}</b></td>
<td class=""><b>{{ miningStats.blockCount }}</b></td>
<td *ngIf="auditAvailable"></td>
<td *ngIf="auditAvailable"></td>
<td class="d-none d-md-table-cell"><b>{{ miningStats.totalEmptyBlock }} ({{ miningStats.totalEmptyBlockRatio
}}%)</b></td>
</tr>