srv/poe_manager/templates/index.html aktualisiert
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div class="col">
|
||||
<div class="card text-center p-2"
|
||||
{% 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' %}
|
||||
title="Noch nie online"
|
||||
{% endif %}>
|
||||
|
||||
Reference in New Issue
Block a user