From 27ee8ef97d538bad78e09ce95149387f4f42372d Mon Sep 17 00:00:00 2001 From: Jose Segura Date: Sun, 23 Oct 2022 11:19:12 +0200 Subject: [PATCH] Add pipeline build number into Pipeline list (#1301) Closes #1299 Co-authored-by: Jose Segura segux Co-authored-by: qwerty287 --- web/src/components/repo/pipeline/PipelineItem.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/components/repo/pipeline/PipelineItem.vue b/web/src/components/repo/pipeline/PipelineItem.vue index ab2a077af..59f36e553 100644 --- a/web/src/components/repo/pipeline/PipelineItem.vue +++ b/web/src/components/repo/pipeline/PipelineItem.vue @@ -24,6 +24,8 @@
+ #{{ pipeline.number }} + - {{ message }}