Show full timestamp below relative time on Last Seen card

This commit is contained in:
Graham McIntire 2026-02-10 09:55:34 -06:00
parent 6724a0a4bc
commit e9afac3e9d
No known key found for this signature in database

View file

@ -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 %>