From d1cd567cd5803fb03ba7cb1ed49ce9c8d5ba0d30 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Feb 2026 10:07:44 -0600 Subject: [PATCH] Show full timestamp below relative time in Last Seen column --- lib/towerops_web/live/agent_live/index.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/towerops_web/live/agent_live/index.html.heex b/lib/towerops_web/live/agent_live/index.html.heex index c4293c13..d5c49527 100644 --- a/lib/towerops_web/live/agent_live/index.html.heex +++ b/lib/towerops_web/live/agent_live/index.html.heex @@ -116,7 +116,7 @@ <%= if agent.last_seen_at do %>
- <.timestamp datetime={agent.last_seen_at} timezone={@timezone} /> + {format_datetime(agent.last_seen_at, @timezone)}
<% end %> <%= if agent.last_ip do %> @@ -227,7 +227,7 @@ <%= if agent.last_seen_at do %>
- <.timestamp datetime={agent.last_seen_at} timezone={@timezone} /> + {format_datetime(agent.last_seen_at, @timezone)}
<% end %> <%= if agent.last_ip do %>