srv/poe_manager/templates/index.html aktualisiert
This commit is contained in:
@@ -22,7 +22,17 @@
|
|||||||
{% if d[2] == 0 %}
|
{% if d[2] == 0 %}
|
||||||
Deaktiviert
|
Deaktiviert
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if status[d[0]] %}{{ status[d[0]]|capitalize }}{% else %}Unbekannt{% endif %}
|
{% if status[d[0]] == 'online' %}
|
||||||
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user