Skip to content

Commit

Permalink
added last update to device detail view
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Sauer committed Jan 8, 2025
1 parent cb795a0 commit 04c59f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/devices/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>{% trans "Device:" %} {{ device.id }}</h2>
</ul>
</li>
<li class="list-group-item">
<strong>{% trans "Last update:" %}</strong> {{ device_status.first.time_received|naturaltime|default:_("N/A") }}
<strong>{% trans "Last update:" %}</strong> {{ device.last_update|naturaltime|default:_("N/A") }}
</li>
</ul>
</div>
Expand Down

0 comments on commit 04c59f0

Please sign in to comment.