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 %>