mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
fix: session display (#2730)
* fixes #2651 * fix display --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -85,14 +85,14 @@
|
|||||||
></ion-icon>
|
></ion-icon>
|
||||||
<ion-label>
|
<ion-label>
|
||||||
<h1>{{ getPlatformName(session.metadata.platforms) }}</h1>
|
<h1>{{ getPlatformName(session.metadata.platforms) }}</h1>
|
||||||
<h2 *ngIf="currentSession.userAgent as agent">{{ agent }}</h2>
|
<h2 *ngIf="session.userAgent as agent">{{ agent }}</h2>
|
||||||
<p>
|
<p>
|
||||||
<b>First Seen</b>
|
<b>First Seen</b>
|
||||||
: {{ currentSession.loggedIn| date : 'medium' }}
|
: {{ session.loggedIn| date : 'medium' }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>Last Active</b>
|
<b>Last Active</b>
|
||||||
: {{ currentSession.lastActive| date : 'medium' }}
|
: {{ session.lastActive| date : 'medium' }}
|
||||||
</p>
|
</p>
|
||||||
</ion-label>
|
</ion-label>
|
||||||
<ion-button
|
<ion-button
|
||||||
|
|||||||
Reference in New Issue
Block a user