mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
[CHANGE] restore the "old" color coding in table rows
This commit is contained in:
parent
ef2dc08958
commit
468c1de26b
@ -19,9 +19,9 @@
|
||||
|
||||
{% for timer in timers %}
|
||||
{% if timer.important == True %}
|
||||
<tr class="danger">
|
||||
<tr class="table-danger">
|
||||
{% else %}
|
||||
<tr class="info">
|
||||
<tr class="table-info">
|
||||
{% endif %}
|
||||
|
||||
<td style="width: 150px;" class="text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user