From 18992300554b839662dec27ef928ee9a332a1b06 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Fri, 11 Jul 2025 11:55:34 +0100 Subject: [PATCH] appview/pages: fix CI times in tooltip Change-Id: pymywyqyumlovvpmyvpwozvulslrlkqq Signed-off-by: oppiliappan --- appview/pages/templates/repo/pipelines/fragments/tooltip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/repo/pipelines/fragments/tooltip.html b/appview/pages/templates/repo/pipelines/fragments/tooltip.html index f4a5902..24f398f 100644 --- a/appview/pages/templates/repo/pipelines/fragments/tooltip.html +++ b/appview/pages/templates/repo/pipelines/fragments/tooltip.html @@ -10,7 +10,7 @@ {{ $lastStatus := $all.Latest }} {{ $kind := $lastStatus.Status.String }} - {{ $t := $pipeline.TimeTaken }} + {{ $t := .TimeTaken }} {{ $time := "" }} {{ if $t }} {{ $time = durationFmt $t }} -- 2.43.0