mirror of
				https://github.com/AIR-EISTI/hades.git
				synced 2025-11-04 06:38:48 +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>
 |