From 3d6ec8e7350d142f1d148fbcdfdcff69d2cc46c8 Mon Sep 17 00:00:00 2001 From: moudsen Date: Thu, 20 Feb 2025 11:05:38 +0100 Subject: [PATCH] Bug (#56) fixed - typo in variable (EVENT_OPDATA, not EVENT_OPDATE) --- templates/html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/html.template b/templates/html.template index 93ae168..22344ee 100644 --- a/templates/html.template +++ b/templates/html.template @@ -101,7 +101,7 @@ ({{ HOST_ERROR }}) {% endif %}
-{% if EVENT_OPDATE|length > 0 %} +{% if EVENT_OPDATA|length > 0 %} Operational data: {{ EVENT_OPDATA }}
{% endif %} Status: {{ EVENT_STATUS }}