From 81f652122869a321b9225fd0710ccb191ee8c937 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 09:39:41 +0100 Subject: [PATCH] fix pipeline log upper bg --- web/src/components/repo/pipeline/PipelineLog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/repo/pipeline/PipelineLog.vue b/web/src/components/repo/pipeline/PipelineLog.vue index 7b6b76e4f..09fc3a7aa 100644 --- a/web/src/components/repo/pipeline/PipelineLog.vue +++ b/web/src/components/repo/pipeline/PipelineLog.vue @@ -5,7 +5,7 @@ @mouseover="showActions = true" @mouseleave="showActions = false" > -
+
{{ $t('repo.pipeline.log_title') }} {{ step?.name }}