From d2b746cacd0efeab8ff8b20a19e17baaefb9bfba Mon Sep 17 00:00:00 2001 From: null Date: Thu, 7 Mar 2024 20:17:10 +0100 Subject: [PATCH] add fulfilled --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 %}