From 00d9c777837a5fd7caf57656e1756f34f71725f2 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 17 Nov 2025 07:26:01 +0000 Subject: [PATCH] appview/pages: fix collapsed step icon Change-Id: lssxskznmnoxxorksylqlrsuzmxlkqtx Signed-off-by: oppiliappan --- .../pages/templates/repo/pipelines/fragments/logBlock.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appview/pages/templates/repo/pipelines/fragments/logBlock.html b/appview/pages/templates/repo/pipelines/fragments/logBlock.html index 7e118bb5..6bb83451 100644 --- a/appview/pages/templates/repo/pipelines/fragments/logBlock.html +++ b/appview/pages/templates/repo/pipelines/fragments/logBlock.html @@ -2,8 +2,8 @@
-
{{ template "stepHeader" . }}
- +
{{ i "chevron-right" "w-4 h-4" }} {{ template "stepHeader" . }}
+
{{ .Command }}
@@ -11,6 +11,6 @@ {{ end }} {{ define "stepHeader" }} - {{ i "chevron-right" "w-4 h-4" }} {{ .Name }} + {{ .Name }} {{ end }} -- 2.43.0