2022-08-17 16:00:30 +02:00
|
|
|
<app-top-nodes-per-capacity [nodes$]="null" [widget]="false" *ngIf="type === 'capacity'">
|
2022-08-17 16:19:01 +02:00
|
|
|
</app-top-nodes-per-capacity>
|
|
|
|
|
|
|
|
<app-top-nodes-per-channels [nodes$]="null" [widget]="false" *ngIf="type === 'channels'">
|
2022-08-17 21:29:04 +02:00
|
|
|
</app-top-nodes-per-channels>
|
|
|
|
|
|
|
|
<app-oldest-nodes [widget]="false" *ngIf="type === 'oldest'"></app-oldest-nodes>
|