From db5f561d94bbf0af8f93454a33ba22ed49ee97d8 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Fri, 27 Jun 2025 15:29:14 +0100 Subject: [PATCH 1/2] graph: suppress jobs in cycle nodes * Closes #2208 --- src/views/Graph.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Graph.vue b/src/views/Graph.vue index 80cdccefc..950669104 100644 --- a/src/views/Graph.vue +++ b/src/views/Graph.vue @@ -57,7 +57,7 @@ along with this program. If not, see . > From 24f3db92174caf91f982fc5680f8a72034124872 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:58:40 +0000 Subject: [PATCH 2/2] Update src/views/Graph.vue Co-authored-by: Oliver Sanders --- src/views/Graph.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Graph.vue b/src/views/Graph.vue index 950669104..918ef8806 100644 --- a/src/views/Graph.vue +++ b/src/views/Graph.vue @@ -57,7 +57,7 @@ along with this program. If not, see . >