More status page polish
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<div class="tomahawk">
|
||||
<div class="container-xl dashboard-container">
|
||||
<div class="links">
|
||||
<a [routerLink]='"/nodes"'>Status</a>
|
||||
<span>Live</span>
|
||||
</div>
|
||||
<h1 class="dashboard-title">Live Network</h1>
|
||||
<div class="links">
|
||||
<a [routerLink]='"/monitoring"'>Monitoring</a>
|
||||
<span>Nodes</span>
|
||||
</div>
|
||||
|
||||
<app-start [showLoadingIndicator]="true"></app-start>
|
||||
<app-footer [inline]="true"></app-footer>
|
||||
|
||||
<ng-container *ngFor="let host of hosts; trackBy: trackByFn">
|
||||
<h5 [id]="host.host" class="hostLink">
|
||||
<a [href]="'https://' + host.link">{{ host.link }}</a>
|
||||
|
||||
Reference in New Issue
Block a user