Related Transactions

This commit is contained in:
softsimon 2024-10-25 11:58:01 +07:00
parent 3909148d6e
commit aa9888a2fe
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@
}
</div>
@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>
</tr>

View File

@ -69,7 +69,7 @@
<!-- CPFP Details -->
<ng-template [ngIf]="showCpfpDetails">
<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">
<table class="table table-fixed table-borderless table-striped">
<thead>