Bug (#56) fixed - typo in variable (EVENT_OPDATA, not EVENT_OPDATE)

This commit is contained in:
moudsen 2025-02-20 11:05:38 +01:00 committed by GitHub
parent bfd5a1670c
commit 3d6ec8e735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@
({{ HOST_ERROR }}) ({{ HOST_ERROR }})
{% endif %} {% endif %}
<br/> <br/>
{% if EVENT_OPDATE|length > 0 %} {% if EVENT_OPDATA|length > 0 %}
Operational data: <b>{{ EVENT_OPDATA }}</b><br/> Operational data: <b>{{ EVENT_OPDATA }}</b><br/>
{% endif %} {% endif %}
Status: <b>{{ EVENT_STATUS }}</b><br/> Status: <b>{{ EVENT_STATUS }}</b><br/>