Livebeat is now able to send, store and show beats
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<nb-auth-block>
|
||||
<nb-login></nb-login>
|
||||
</nb-auth-block>
|
||||
<div id="header">
|
||||
<p>Header</p>
|
||||
<div class="left">
|
||||
<span class="ident" *ngIf="this.api.hasSession()">Logged in as {{this.api.username}}</span>
|
||||
</div>
|
||||
</div>
|
||||
<router-outlet></router-outlet>
|
||||
|
||||
<!-- Display start page -->
|
||||
<div id="startpage" *ngIf="false">
|
||||
<h1>Livebeat</h1>
|
||||
</div>
|
||||
Reference in New Issue
Block a user