templates: show folder icon

Add icons to differentiate folders.

Use 📁 which represents folder using emojis.
master
Javier Hernandez 2024-01-29 12:56:47 +01:00 committed by OpenGnSys Support Team
parent db63b6bc60
commit 5892d5c8c3
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@
{% elif scope['state'] == 'WOL_SENT' %}fas text-wol
{% else %}far{% endif %}"></i>
{% endif %}
{% if scope["type"] == "folder" %}
&#x1F4C1;
{% endif %}
{{ scope["name"] }}
</a>
{% if scope["scope"] %}