mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +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-label>
|
||||
<h1>{{ getPlatformName(session.metadata.platforms) }}</h1>
|
||||
<h2 *ngIf="currentSession.userAgent as agent">{{ agent }}</h2>
|
||||
<h2 *ngIf="session.userAgent as agent">{{ agent }}</h2>
|
||||
<p>
|
||||
<b>First Seen</b>
|
||||
: {{ currentSession.loggedIn| date : 'medium' }}
|
||||
: {{ session.loggedIn| date : 'medium' }}
|
||||
</p>
|
||||
<p>
|
||||
<b>Last Active</b>
|
||||
: {{ currentSession.lastActive| date : 'medium' }}
|
||||
: {{ session.lastActive| date : 'medium' }}
|
||||
</p>
|
||||
</ion-label>
|
||||
<ion-button
|
||||
|
||||
Reference in New Issue
Block a user