From e9afac3e9db07e5885a1c25713439c881bdabdb8 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Feb 2026 09:55:34 -0600 Subject: [PATCH] Show full timestamp below relative time on Last Seen card --- lib/towerops_web/live/agent_live/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/towerops_web/live/agent_live/show.html.heex b/lib/towerops_web/live/agent_live/show.html.heex index 165f176a..a47352cf 100644 --- a/lib/towerops_web/live/agent_live/show.html.heex +++ b/lib/towerops_web/live/agent_live/show.html.heex @@ -171,7 +171,7 @@

<%= if @agent_token.last_seen_at do %>

- <.timestamp datetime={@agent_token.last_seen_at} timezone={@timezone} /> + {format_datetime(@agent_token.last_seen_at, @timezone)}

<% end %> <%= if @agent_token.last_ip do %>