mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +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 %}
|
{% 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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user