From fd044ef3dfd0153636b0835db42a79c2a14e2d45 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 22 Jan 2026 17:05:43 +0000 Subject: [PATCH] Edit core/templates/core/dashboard.html via Editor --- core/templates/core/dashboard.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/templates/core/dashboard.html b/core/templates/core/dashboard.html index 6004c8a..de08b95 100644 --- a/core/templates/core/dashboard.html +++ b/core/templates/core/dashboard.html @@ -175,6 +175,21 @@
Jobs with Incomplete Folders
+ +
+
+
Jobs by Status
+
    + {% for status in jobs_by_status %} +
  • + +
  • + {% empty %} +
  • No jobs found.
  • + {% endfor %} +
+
+