From 0048d71f9d3bb20f70a89d2229f16a19c81df4c6 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 4 May 2025 16:08:20 +0200 Subject: [PATCH] add warnings and error page --- app/src/web/templates/base.html.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/web/templates/base.html.j2 b/app/src/web/templates/base.html.j2 index 34b6f57..4ae47f0 100644 --- a/app/src/web/templates/base.html.j2 +++ b/app/src/web/templates/base.html.j2 @@ -57,7 +57,8 @@   {{_('Connections')}}   MQTT -   {{_('Log Files')}} +   {{_('Warnings and Errors')}} +   {{_('Log Files')}}