Create top 100 oldest nodes full page

This commit is contained in:
nymkappa
2022-08-17 21:29:04 +02:00
parent a9e07d7313
commit 4622a98fb7
5 changed files with 21 additions and 12 deletions

View File

@@ -2,4 +2,6 @@
</app-top-nodes-per-capacity>
<app-top-nodes-per-channels [nodes$]="null" [widget]="false" *ngIf="type === 'channels'">
</app-top-nodes-per-channels>
</app-top-nodes-per-channels>
<app-oldest-nodes [widget]="false" *ngIf="type === 'oldest'"></app-oldest-nodes>