From 04b4f552f8acb854394d8cad822d2b9c1ba8519d Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 16 Dec 2023 07:40:09 +0100 Subject: [PATCH] comment out orphaned files --- cookbook/templates/system.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cookbook/templates/system.html b/cookbook/templates/system.html index e0efc107..de68a197 100644 --- a/cookbook/templates/system.html +++ b/cookbook/templates/system.html @@ -96,16 +96,16 @@ {{postgres_message}} -

- {% trans 'Orphaned Files' %} - - - {% if orphans|length == 0 %}{% trans 'Success' %} - {% elif orphans|length <= 25 %}{% trans 'Warning' %} - {% else %}{% trans 'Danger' %} - {% endif %} - -

+{#

#} +{# {% trans 'Orphaned Files' %}#} +{##} +{# #} +{# {% if orphans|length == 0 %}{% trans 'Success' %}#} +{# {% elif orphans|length <= 25 %}{% trans 'Warning' %}#} +{# {% else %}{% trans 'Danger' %}#} +{# {% endif %}#} +{# #} +{#

#} {% if orphans|length == 0 %} {% trans 'Everything is fine!' %}