List of sets to be refreshed

This commit is contained in:
2025-02-04 23:05:36 +01:00
parent b6d69e0f10
commit a99669d9dc
12 changed files with 175 additions and 8 deletions
+3
View File
@@ -32,6 +32,8 @@
{% include 'admin/database/import.html' %}
{% elif upgrade_database %}
{% include 'admin/database/upgrade.html' %}
{% elif refresh_set %}
{% include 'admin/set/refresh.html' %}
{% else %}
{% include 'admin/logout.html' %}
{% include 'admin/instructions.html' %}
@@ -47,6 +49,7 @@
{% include 'admin/storage.html' %}
{% include 'admin/tag.html' %}
{{ accordion.footer() }}
{% include 'admin/refresh.html' %}
{% include 'admin/database.html' %}
{% include 'admin/configuration.html' %}
{% endif %}