remove agent last_seen_at display from device detail page

the offline badge already communicates agent health status,
so the relative timestamp is redundant.
This commit is contained in:
Graham McIntire 2026-02-11 15:35:59 -06:00
parent edb330e4de
commit 475dea639a
No known key found for this signature in database

View file

@ -89,11 +89,6 @@
<.icon name="hero-exclamation-triangle" class="h-3 w-3" /> Offline
</span>
<% end %>
<%= if @agent_info.last_seen_at do %>
<span class="text-xs text-gray-400 dark:text-gray-500">
({format_relative_time(@agent_info.last_seen_at)})
</span>
<% end %>
<% end %>
</div>
</div>