Show full timestamp below relative time on Last Seen card
This commit is contained in:
parent
6724a0a4bc
commit
e9afac3e9d
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@
|
|||
</p>
|
||||
<%= if @agent_token.last_seen_at do %>
|
||||
<p class="mt-1 text-xs text-gray-500 dark:text-gray-400">
|
||||
<.timestamp datetime={@agent_token.last_seen_at} timezone={@timezone} />
|
||||
{format_datetime(@agent_token.last_seen_at, @timezone)}
|
||||
</p>
|
||||
<% end %>
|
||||
<%= if @agent_token.last_ip do %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue