Related Transactions
This commit is contained in:
parent
3909148d6e
commit
aa9888a2fe
@ -267,7 +267,7 @@
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
@if (hasCpfp) {
|
@if (hasCpfp) {
|
||||||
<button type="button" class="btn btn-outline-info btn-sm btn-small-height float-right" (click)="toggleCpfp()">CPFP <fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true"></fa-icon></button>
|
<button type="button" class="btn btn-outline-info btn-sm btn-small-height float-right" (click)="toggleCpfp()">CPFP</button>
|
||||||
}
|
}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
<!-- CPFP Details -->
|
<!-- CPFP Details -->
|
||||||
<ng-template [ngIf]="showCpfpDetails">
|
<ng-template [ngIf]="showCpfpDetails">
|
||||||
<br>
|
<br>
|
||||||
<h2 class="text-left">CPFP <fa-icon [icon]="['fas', 'info-circle']" [fixedWidth]="true" size="xs"></fa-icon></h2>
|
<h2 class="text-left" i18n="transaction.related-transactions|CPFP List">Related Transactions</h2>
|
||||||
<div class="box cpfp-details">
|
<div class="box cpfp-details">
|
||||||
<table class="table table-fixed table-borderless table-striped">
|
<table class="table table-fixed table-borderless table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user