From 783bb1c832ef31642dfd71b482cb7938db8f09dd Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 20 May 2025 23:07:33 +0200 Subject: [PATCH] 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%}