Merge pull request #4782 from mempool/nymkappa/no-block-accel-list
[accelerator] show ~ for pending accel in the block column
This commit is contained in:
commit
dbecb73f97
@ -46,7 +46,8 @@
|
|||||||
~
|
~
|
||||||
</td>
|
</td>
|
||||||
<td class="block text-right">
|
<td class="block text-right">
|
||||||
<a [routerLink]="['/block' | relativeUrl, acceleration.blockHeight]">{{ acceleration.blockHeight }}</a>
|
<a *ngIf="acceleration.blockHeight" [routerLink]="['/block' | relativeUrl, acceleration.blockHeight]">{{ acceleration.blockHeight }}</a>
|
||||||
|
<span *ngIf="!acceleration.blockHeight">~</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="status text-right">
|
<td class="status text-right">
|
||||||
<span *ngIf="acceleration.status === 'accelerating'" class="badge badge-warning" i18n="accelerator.pending">Pending</span>
|
<span *ngIf="acceleration.status === 'accelerating'" class="badge badge-warning" i18n="accelerator.pending">Pending</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user