From e25aa5f922ad7344fda38332964284e405feb495 Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Tue, 20 May 2025 23:40:26 +0200 Subject: [PATCH] S allius/issue397 (#418) * change icon for notes --- app/src/web/templates/base.html.j2 | 2 +- app/src/web/templates/page_notes.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/web/templates/base.html.j2 b/app/src/web/templates/base.html.j2 index 0ef1f7e..51268af 100644 --- a/app/src/web/templates/base.html.j2 +++ b/app/src/web/templates/base.html.j2 @@ -57,7 +57,7 @@   {{_('Connections')}}   MQTT -   {{_('Important Messages')}} +   {{_('Important Messages')}}   {{_('Log Files')}} diff --git a/app/src/web/templates/page_notes.html.j2 b/app/src/web/templates/page_notes.html.j2 index 495e5e2..e501705 100644 --- a/app/src/web/templates/page_notes.html.j2 +++ b/app/src/web/templates/page_notes.html.j2 @@ -2,7 +2,7 @@ {% block title %}{{_("TSUN Proxy - Important Messages")}}{% endblock title %} {% block menu3_class %}w3-blue{% endblock %} -{% block headline %}  {{_('Important Messages')}}{% endblock headline %} +{% block headline %}  {{_('Important Messages')}}{% endblock headline %} {% block content %}
{% endblock content%}