Fix file_manager.html to work with the new way of showing cache files in web UI

This commit is contained in:
Théophile Diot 2024-03-19 13:24:34 +00:00
parent 60b0a7b74b
commit 5e5a900d4f
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -57,7 +57,7 @@
{% endif %}
<!-- end service root-->
<!-- services folder -->
{% if child['type'] == "folder" and current_endpoint == "configs" and loop.depth != 1 or child['type'] == "folder" and current_endpoint == "cache" and loop.depth > 2 %}
{% if child['type'] == "folder" and loop.depth != 1 %}
<svg class="col-span-2 h-[2.5rem] w-[2.5rem] fill-primary stroke-gray-100 dark:stroke-gray-400"
xmlns="http://www.w3.org/2000/svg"
fill="none"