Graph x-axis date fix.

This commit is contained in:
softsimon
2020-05-10 17:44:19 +07:00
parent db64abec4e
commit 50f98807a3
3 changed files with 18 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
</tr>
<tr *ngIf="tx.vin.length > tx['@vinLength']">
<td colspan="3" class="text-center">
<button class="btn btn-sm btn-primary mt-2" (click)="loadMoreVin(tx)">Load more</button>
<button class="btn btn-sm btn-primary mt-2" (click)="loadMoreVin(tx)">Load more ({{ tx.vin.length - tx['@vinLength'] }})</button>
</td>
</tr>
</tbody>