If mining dashboard is enabled, shows pools instead of timestamp

This commit is contained in:
nymkappa
2022-03-17 18:17:22 +01:00
parent 7481e27ec2
commit a7900f6466
4 changed files with 30 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<table class="table table-borderless">
<thead>
<th class="height" [class]="widget ? 'widget' : ''" i18n="latest-blocks.height">Height</th>
<th class="pool text-left" [class]="widget ? 'widget' : ''" i18n="latest-blocks.mined-by">
<th class="pool text-left" [class]="widget ? 'widget' : ''" i18n="mining.pool-name">
Pool</th>
<th class="timestamp" i18n="latest-blocks.timestamp" *ngIf="!widget">Timestamp</th>
<th class="mined" i18n="latest-blocks.mined" *ngIf="!widget">Mined</th>