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:
parent
edb330e4de
commit
475dea639a
1 changed files with 0 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue