[CHANGE] restore the "old" color coding in table rows

This commit is contained in:
Peter Pfeufer 2024-03-20 19:22:03 +01:00
parent ef2dc08958
commit 468c1de26b
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -19,9 +19,9 @@
{% for timer in timers %} {% for timer in timers %}
{% if timer.important == True %} {% if timer.important == True %}
<tr class="danger"> <tr class="table-danger">
{% else %} {% else %}
<tr class="info"> <tr class="table-info">
{% endif %} {% endif %}
<td style="width: 150px;" class="text-center"> <td style="width: 150px;" class="text-center">