srv/poe_manager/templates/index.html aktualisiert
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="row g-3">
|
||||
{% set current_group = None %}
|
||||
{% for d in devices %}
|
||||
{% set group = d[1][:3] %}
|
||||
{% set group = d[1][0] %}
|
||||
{% if group != current_group %}
|
||||
{% if not loop.first %}</div>{% endif %} <!-- alte Reihe schließen -->
|
||||
<h5 class="mt-3">{{ group }}</h5>
|
||||
|
||||
Reference in New Issue
Block a user