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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user