mirror of https://git.48k.eu/ogcp
templates: show folder icon
Add icons to differentiate folders. Use 📁 which represents folder using emojis.master
parent
db63b6bc60
commit
5892d5c8c3
|
@ -76,6 +76,9 @@
|
|||
{% elif scope['state'] == 'WOL_SENT' %}fas text-wol
|
||||
{% else %}far{% endif %}"></i>
|
||||
{% endif %}
|
||||
{% if scope["type"] == "folder" %}
|
||||
📁
|
||||
{% endif %}
|
||||
{{ scope["name"] }}
|
||||
</a>
|
||||
{% if scope["scope"] %}
|
||||
|
|
Loading…
Reference in New Issue