From 5892d5c8c37ff412863afe2c9c6985f32276caf2 Mon Sep 17 00:00:00 2001 From: Javier Hernandez Date: Mon, 29 Jan 2024 12:56:47 +0100 Subject: templates: show folder icon Add icons to differentiate folders. Use 📁 which represents folder using emojis. --- ogcp/templates/macros.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ogcp') diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index a00556f..228c393 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -76,6 +76,9 @@ {% elif scope['state'] == 'WOL_SENT' %}fas text-wol {% else %}far{% endif %}"> {% endif %} + {% if scope["type"] == "folder" %} + 📁 + {% endif %} {{ scope["name"] }} {% if scope["scope"] %} -- cgit v1.2.3-18-g5258