diff --git a/store/templates/dash.html b/store/templates/dash.html index d4e5cdd8..54198aae 100644 --- a/store/templates/dash.html +++ b/store/templates/dash.html @@ -4,7 +4,7 @@ {% endblock %} {% block main %} -
+

{{ _("App packaging dashboard") }}

@@ -61,13 +61,13 @@
- - - - - - - + + + + + + + {% for app, infos in data.items() %} @@ -93,7 +93,7 @@ data-last-update-autoupdate-daysago="{% if infos["ci-auto-update"] %}{{ infos["ci-auto-update"]["timestamp_updated"] | days_ago }}{% endif %}" data-packaging-format="{{ infos["packaging_format"] }}" > - +
{{ _("App") }}{{ _("Catalog") }}{{ _("Main CI") }}{{ _("Bookworm CI") }}{{ _("Testing PR") }}{{ _("Autoupdate PR") }}
{{ _("App") }}{{ _("Catalog") }}{{ _("Main CI") }}{{ _("Bookworm CI") }}{{ _("Testing PR") }}{{ _("Autoupdate PR") }}
{{ app }}{{ app }} {{ infos["public_level"] }}