[CHANGE] Bring back the level colors to the notification list

This commit is contained in:
Peter Pfeufer 2023-10-26 15:30:54 +02:00
parent 186fa1be03
commit b12471e775
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -8,7 +8,7 @@
<th class="text-end">{% translate "Action" %}</th>
</tr>
{% for notif in notifications %}
<tr class="{{ notif.level }}">
<tr class="table-{{ notif.level }}">
<td>{{ notif.timestamp }}</td>
<td>{{ notif.title }}</td>
<td class="text-end">