2023-12-13 12:45:36 +01:00
|
|
|
<app-top-nodes-per-capacity [nodes$]="null" [statistics$]="statistics$" [widget]="false" *ngIf="type === 'capacity'">
|
2022-08-17 16:19:01 +02:00
|
|
|
</app-top-nodes-per-capacity>
|
|
|
|
|
2023-12-13 12:45:36 +01:00
|
|
|
<app-top-nodes-per-channels [nodes$]="null" [statistics$]="statistics$" [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>
|