Put set metadata in nested accordion to reduce footprint

This commit is contained in:
2025-02-04 12:40:49 +01:00
parent 7f684c5f02
commit e7bfa66512
7 changed files with 23 additions and 13 deletions
+4
View File
@@ -1,3 +1,5 @@
{% import 'macro/accordion.html' as accordion %}
{% extends 'base.html' %}
{% block title %} - Administration{% endblock %}
@@ -36,10 +38,12 @@
{% endif %}
{% include 'admin/theme.html' %}
{% include 'admin/retired.html' %}
{{ accordion.header('Set metadata', 'metadata', 'admin', expanded=open_metadata, icon='profile-line', class='p-0') }}
{% include 'admin/owner.html' %}
{% include 'admin/status.html' %}
{% include 'admin/storage.html' %}
{% include 'admin/tag.html' %}
{{ accordion.footer() }}
{% include 'admin/database.html' %}
{% include 'admin/configuration.html' %}
{% endif %}