FIX: warn class when new7_100k > 50
This commit is contained in:
parent
b82fd304e3
commit
9d9ea75b41
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue