mirror of
https://github.com/mempool/mempool.git
synced 2025-03-01 01:00:00 +01:00
3 lines
No EOL
205 B
HTML
3 lines
No EOL
205 B
HTML
<div *ngIf="this.indexingProgress$ | async as progress" class="sticky-loading">
|
|
<span *ngIf="progress >= 0" class="mr-auto badge badge-pill badge-warning">{{ this.label }} ({{ progress }}%)</span>
|
|
</div> |