diff --git a/templates/index.html b/templates/index.html
index 9f56933..ab34418 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -26,6 +26,7 @@
Symbol |
Condition |
Value |
+ Disabled |
{% else %}
@@ -37,7 +38,7 @@
{% for item in data.conditions %}
- {% set order = ["id", "symbol", "condition", "value"] %}
+ {% set order = ["id", "symbol", "condition", "value", "disabled"] %}
{% for key in order %}
| {{ item[key] }} |
{% endfor %}