Show full timestamp below relative time in Last Seen column

This commit is contained in:
Graham McIntire 2026-02-10 10:07:44 -06:00
parent e9afac3e9d
commit d1cd567cd5
No known key found for this signature in database

View file

@ -116,7 +116,7 @@
</div>
<%= if agent.last_seen_at do %>
<div class="text-xs text-gray-500 dark:text-gray-400 mt-0.5">
<.timestamp datetime={agent.last_seen_at} timezone={@timezone} />
{format_datetime(agent.last_seen_at, @timezone)}
</div>
<% end %>
<%= if agent.last_ip do %>
@ -227,7 +227,7 @@
</div>
<%= if agent.last_seen_at do %>
<div class="text-xs text-gray-500 dark:text-gray-400 mt-0.5">
<.timestamp datetime={agent.last_seen_at} timezone={@timezone} />
{format_datetime(agent.last_seen_at, @timezone)}
</div>
<% end %>
<%= if agent.last_ip do %>