Use shared component in node ranking list

This commit is contained in:
nymkappa
2022-09-02 10:08:25 +02:00
parent 88a36f4378
commit ee23d1695d
8 changed files with 68 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
<app-timestamp [customFormat]="'yyyy-MM-dd'" [unixTime]="node.updatedAt"></app-timestamp>
</td>
<td *ngIf="!widget" class="location text-right text-truncate">
{{ node?.city?.en ?? '-' }}
<app-geolocation [data]="node.geolocation" [type]="'list-isp'"></app-geolocation>
</td>
</tr>
</tbody>