FIX: warn class when new7_100k > 50

This commit is contained in:
Sebastian Mark 2020-10-19 07:40:47 +02:00
parent b82fd304e3
commit 9d9ea75b41

View file

@ -1,10 +1,10 @@
<!-- color of cases -->
{% if cases.new7_100k < 20 %}
{% set new7_class = "good" %}
{% elif cases.new7_100k > 35 %}
{% set new7_class = "warn" %}
{% elif cases.new7_100k > 50 %}
{% set new7_class = "bad" %}
{% elif cases.new7_100k > 35 %}
{% set new7_class = "warn" %}
{% endif %}
<!-- color and arrow type of trends -->