Add link to nodes per country list component

This commit is contained in:
nymkappa 2022-07-17 23:14:01 +02:00
parent 63ebace378
commit b4bcd84a53
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -34,7 +34,9 @@
<tbody [attr.data-cy]="'pools-table'" *ngIf="(nodesPerCountryObservable$ | async) as countries">
<tr *ngFor="let country of countries">
<td class="text-left rank" *ngIf="!isMobile()">{{ country.rank }}</td>
<td class="text-left text-truncate name">{{ country.name.en }}</td>
<td class="text-left text-truncate name">
<a [routerLink]="['/lightning/nodes/country' | relativeUrl, country.iso]">{{ country.name.en }}</a>
</td>
<td class="text-right share" *ngIf="!isMobile()">{{ country.share }}%</td>
<td class="text-right nodes">{{ country.count }}</td>
<td class="text-right capacity">