1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-01 02:59:16 +00:00

[Web] Support old style app links

This commit is contained in:
FreddleSpl0it
2025-03-07 09:56:20 +01:00
parent 8761d8fc47
commit 6f9c8deab7
3 changed files with 19 additions and 10 deletions

View File

@@ -118,7 +118,7 @@
</li>
{% endif %}
{% endfor %}
{% for row in app_links %}
{% for row in app_links_processed %}
{% for key, val in row %}
<li><a href="{{ val.user_link }}" class="dropdown-item">{{ key }}</a></li>
{% endfor %}