revert srv/poe_manager/templates/index.html aktualisiert
This commit is contained in:
2025-10-12 17:03:52 +02:00
parent ad9dfcee7a
commit d73fda1935

View File

@@ -22,17 +22,7 @@
{% if d[2] == 0 %} {% if d[2] == 0 %}
Deaktiviert Deaktiviert
{% else %} {% else %}
{% if status[d[0]] == 'online' %} {% if status[d[0]] %}{{ status[d[0]]|capitalize }}{% else %}Unbekannt{% endif %}
Online
{% elif status[d[0]] == 'offline' %}
Offline<br>
{% if last_seen[d[0]] %}
{{ last_seen[d[0]][0] }}<br>
{{ last_seen[d[0]][1] }}
{% endif %}
{% else %}
Unbekannt
{% endif %}
{% endif %} {% endif %}
</span> </span>
</div> </div>