Improved colouring of list items so that Lost & Binned are actually visible to the human eye

This commit is contained in:
Matthew Smith
2019-10-31 19:35:41 +00:00
parent d7e5e61b49
commit 0a724e645f

View File

@@ -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>