Show full timestamp below relative time in Last Seen column
This commit is contained in:
parent
e9afac3e9d
commit
d1cd567cd5
1 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
<%= if agent.last_seen_at do %>
|
||||
<div class="text-xs text-gray-500 dark:text-gray-400 mt-0.5">
|
||||
<.timestamp datetime={agent.last_seen_at} timezone={@timezone} />
|
||||
{format_datetime(agent.last_seen_at, @timezone)}
|
||||
</div>
|
||||
<% end %>
|
||||
<%= if agent.last_ip do %>
|
||||
|
|
@ -227,7 +227,7 @@
|
|||
</div>
|
||||
<%= if agent.last_seen_at do %>
|
||||
<div class="text-xs text-gray-500 dark:text-gray-400 mt-0.5">
|
||||
<.timestamp datetime={agent.last_seen_at} timezone={@timezone} />
|
||||
{format_datetime(agent.last_seen_at, @timezone)}
|
||||
</div>
|
||||
<% end %>
|
||||
<%= if agent.last_ip do %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue