mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-10 11:31:30 +01:00
6 lines
241 B
HTML
6 lines
241 B
HTML
<h2>Servers</h2>
|
|
<a *ngFor="let server of servers | keyvalue" [routerLink]="['/servers', server.key]" >
|
|
<div>
|
|
<span class="server-status pin" [ngClass]="server.value.status.toLowerCase()"></span> {{server.value.nickname}}
|
|
</div>
|
|
</a>
|