diff --git a/templates/index.html b/templates/index.html index ab34418..79ac7e6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,6 +27,7 @@ Condition Value Disabled + Fulfilled {% else %} @@ -38,7 +39,7 @@ {% for item in data.conditions %} - {% set order = ["id", "symbol", "condition", "value", "disabled"] %} + {% set order = ["id", "symbol", "condition", "value", "disabled", "fulfilled"] %} {% for key in order %} {{ item[key] }} {% endfor %}