update: improve visuals & status list

This commit is contained in:
2023-07-02 23:03:01 +02:00
parent d4fa40af74
commit 8eb4271c04
4 changed files with 18 additions and 11 deletions

View File

@@ -36,7 +36,7 @@
{% if status.timestamp == 0 %}
Service never reported in
{% else %}
{{ datetime.fromtimestamp(status.timestamp).strftime("%H:%M on %d.%b.%y") }}
{{ status.human_date() }}
{% endif %}
</small>
</a>