From 9d510ec8fb8edabe26dbf23a15a6d4cc30dc96fb Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 10 Jan 2025 11:45:22 +0100 Subject: [PATCH] Pulled navigation.html.j2 --- app/templates/moduls/navigation.html.j2 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/templates/moduls/navigation.html.j2 b/app/templates/moduls/navigation.html.j2 index 25eac33..7e5a7d1 100644 --- a/app/templates/moduls/navigation.html.j2 +++ b/app/templates/moduls/navigation.html.j2 @@ -10,7 +10,7 @@ {{ render_subitems(subitem.subitems) }} - {% elif subitem.identifier %} + {% elif subitem.identifier or subitem.warning or subitem.info %}
  • {{ subitem.name }} @@ -22,7 +22,7 @@ {% if subitem.icon is defined and subitem.icon.class is defined %} {{ subitem.name }} {% else %} -

    Fehlendes Icon im Subitem: {{ subitem }}

    +

    Missing icon in subitem: {{ subitem }}

    {% endif %}
  • @@ -33,9 +33,6 @@