From dc1ababcc4bf13937bdf7d1dd3be8b9cb90e6a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Wed, 19 Jun 2024 22:27:04 +0200 Subject: [PATCH] Dash, add a column with the number of opened issues per app --- store/templates/dash.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/store/templates/dash.html b/store/templates/dash.html index 021be5d9..8bcf5242 100644 --- a/store/templates/dash.html +++ b/store/templates/dash.html @@ -82,6 +82,7 @@ {{ _("Bookworm CI") }} {{ _("Testing PR") }} {{ _("Autoupdate PR") }} + {{ _("Issues") }} {% for app, infos in data.items() %} @@ -195,6 +196,13 @@ {% endif %} + + {{ infos["nb_issues"] }} + + {% endif %} + {% if this_app_stars > 0 %} {{ this_app_stars }}