dev #3

Merged
alientim merged 6 commits from dev into main 2025-10-12 17:38:40 +02:00
Showing only changes of commit 7f0871fa64 - Show all commits

View File

@@ -12,7 +12,7 @@
<div class="col"> <div class="col">
<div class="card text-center p-2" <div class="card text-center p-2"
{% if last_seen.get(d[0]) %} {% if last_seen.get(d[0]) %}
title="{{ last_seen[d[0]][0] }} {{ last_seen[d[0]][1] }}" title="{{ last_seen[d[0]] }}"
{% elif status[d[0]] == 'offline' %} {% elif status[d[0]] == 'offline' %}
title="Noch nie online" title="Noch nie online"
{% endif %}> {% endif %}>