From f6080c5eaab6f0023fa172482e640024821efc68 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 17 Jun 2026 18:27:34 +0530 Subject: [PATCH] fix(ui): remove typo in column class Signed-off-by: Keshav Priyadarshi --- vulnerabilities/templates/pipeline_dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulnerabilities/templates/pipeline_dashboard.html b/vulnerabilities/templates/pipeline_dashboard.html index a2ef36062..905b57bd0 100644 --- a/vulnerabilities/templates/pipeline_dashboard.html +++ b/vulnerabilities/templates/pipeline_dashboard.html @@ -144,7 +144,7 @@

Pipeline Dashboard

-
{{ schedule.pipeline_id }}
+
{{ schedule.pipeline_id }}
{{ schedule.is_active|yesno:"Yes,No" }}
{{ schedule.get_run_priority_display|capfirst}}