From a417cca25ba53f5dfb0de267415d33f17ae1d2ef Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sun, 5 Nov 2023 15:55:49 +0100 Subject: [PATCH] UI enhancements/fixes (#2754) - disallow collapsing pipeline configs if it's only one config - do not show name if only one config --- web/src/views/repo/pipeline/PipelineConfig.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/repo/pipeline/PipelineConfig.vue b/web/src/views/repo/pipeline/PipelineConfig.vue index 6c9b39827..b76b068ad 100644 --- a/web/src/views/repo/pipeline/PipelineConfig.vue +++ b/web/src/views/repo/pipeline/PipelineConfig.vue @@ -3,9 +3,9 @@