From 475dea639ad8d8ea427c740f029efbf91ae1669a Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 11 Feb 2026 15:35:59 -0600 Subject: [PATCH] remove agent last_seen_at display from device detail page the offline badge already communicates agent health status, so the relative timestamp is redundant. --- lib/towerops_web/live/device_live/show.html.heex | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/towerops_web/live/device_live/show.html.heex b/lib/towerops_web/live/device_live/show.html.heex index 218c091e..fca0c2b3 100644 --- a/lib/towerops_web/live/device_live/show.html.heex +++ b/lib/towerops_web/live/device_live/show.html.heex @@ -89,11 +89,6 @@ <.icon name="hero-exclamation-triangle" class="h-3 w-3" /> Offline <% end %> - <%= if @agent_info.last_seen_at do %> - - ({format_relative_time(@agent_info.last_seen_at)}) - - <% end %> <% end %>