mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-07 04:28:23 +00:00
Improved colouring of list items so that Lost & Binned are actually visible to the human eye
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
warning
|
warning
|
||||||
{% elif item.status.name == 'In Service'%}
|
{% elif item.status.name == 'In Service'%}
|
||||||
success
|
success
|
||||||
{% elif item.status.name in 'Sold|Binned'%}
|
{% elif item.status.name == 'Sold'%}
|
||||||
text-muted
|
info
|
||||||
{% endif %}
|
{% endif %}
|
||||||
">
|
">
|
||||||
<td style="vertical-align: middle;"><a href="{% url 'asset_detail' item.pk %}">{{ item.asset_id }}</a></td>
|
<td style="vertical-align: middle;"><a href="{% url 'asset_detail' item.pk %}">{{ item.asset_id }}</a></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user