mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Corrected Liquid logo.
This commit is contained in:
parent
3333b76c98
commit
e4a65bd19a
@ -7,15 +7,15 @@
|
||||
<table class="table table-borderless table-striped">
|
||||
<thead>
|
||||
<th style="width: 18%;">Transaction</th>
|
||||
<th style="width: 15%;">Type</th>
|
||||
<th style="width: 20%;">Type</th>
|
||||
<th style="width: 15%;">Total Sent (BSQ)</th>
|
||||
<th style="width: 12%;">Outputs</th>
|
||||
<th style="width: 15%;">Block Height</th>
|
||||
<th style="width: 10%;">Outputs</th>
|
||||
<th style="width: 12%;">Block Height</th>
|
||||
<th style="width: 15%;">Block Time</th>
|
||||
</thead>
|
||||
<tbody *ngIf="!isLoading; else loadingTmpl">
|
||||
<tr *ngFor="let tx of transactions; trackBy: trackByFn">
|
||||
<td><a [routerLink]="['/tx/' | relativeUrl, tx.id]" [state]="{ bsqTx: tx }">{{ tx.id | shortenString : 16 }}</a></td>
|
||||
<td><a [routerLink]="['/tx/' | relativeUrl, tx.id]" [state]="{ data: tx }">{{ tx.id | shortenString : 16 }}</a></td>
|
||||
<td><app-bisq-icon class="mr-1" [txType]="tx.txType"></app-bisq-icon> {{ tx.txTypeDisplayString }}</td>
|
||||
<td>
|
||||
<ng-template [ngIf]="tx.txType === 'PAY_TRADE_FEE'" [ngIfElse]="defaultTxType">
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user