mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-26 09:52:16 +00:00
CHANGE: Further tweak colouration
Red is for broken/lost - things we should have but don't Yellow is for sold/scrapped - things we had but don't have on purpose Blue is not built yet because... I don't have a reason for that one.
This commit is contained in:
@@ -4,11 +4,13 @@
|
|||||||
{% if item.status.name == 'Broken' %}
|
{% if item.status.name == 'Broken' %}
|
||||||
danger
|
danger
|
||||||
{% elif item.status.name == 'Scrapped'%}
|
{% elif item.status.name == 'Scrapped'%}
|
||||||
danger
|
warning
|
||||||
|
{% elif item.status.name == 'Sold'%}
|
||||||
|
warning
|
||||||
{% elif item.status.name == 'Lost'%}
|
{% elif item.status.name == 'Lost'%}
|
||||||
warning
|
danger
|
||||||
{% elif item.status.name == 'Not Built Yet'%}
|
{% elif item.status.name == 'Not Built Yet'%}
|
||||||
warning
|
info
|
||||||
{% elif item.status.name == 'Active'%}
|
{% elif item.status.name == 'Active'%}
|
||||||
success
|
success
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user