Added more conditions for navigation

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-09 17:17:54 +01:00
parent f7282eba73
commit 1fc9176000

View File

@ -10,7 +10,7 @@
{{ render_subitems(subitem.subitems) }}
</ul>
</li>
{% elif subitem.identifier %}
{% elif subitem.identifier or subitem.warning or subitem.info %}
<li>
<a class="dropdown-item" onclick='openDynamicPopup({{ subitem|tojson|safe }})' data-bs-toggle="tooltip" title="{{ subitem.description }}">
<i class="{{ subitem.icon.class }}"></i> {{ subitem.name }}