mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-07-13 15:34:39 +00:00
less ip info
This commit is contained in:
parent
763afed32f
commit
d7e45e2e87
3 changed files with 24 additions and 5 deletions
|
|
@ -140,7 +140,7 @@
|
|||
<td>{moment(user.created).fromNow()}</td>
|
||||
<td>{#if user.last_login.time}
|
||||
{moment(user.last_login.time).fromNow()}<br/>
|
||||
<code>{user.last_login.hostname} - {user.last_login.ip}</code>
|
||||
<code>{user.last_login.ip}</code>
|
||||
{:else}
|
||||
Never logged in
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue