mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 21:42:14 +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
|
||||
{% elif item.status.name == 'In Service'%}
|
||||
success
|
||||
{% elif item.status.name in 'Sold|Binned'%}
|
||||
text-muted
|
||||
{% elif item.status.name == 'Sold'%}
|
||||
info
|
||||
{% endif %}
|
||||
">
|
||||
<td style="vertical-align: middle;"><a href="{% url 'asset_detail' item.pk %}">{{ item.asset_id }}</a></td>
|
||||
|
||||
Reference in New Issue
Block a user