From b03e2694b636ec5d05ea1d0b233db07e8e37bf98 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 6 Feb 2025 11:01:02 +0100 Subject: all: fix html warnings Wrong closing tags etc. --- dashboard/app/templates/admin.html | 2 +- dashboard/app/templates/manager.html | 2 +- dashboard/app/templates/templates.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dashboard') diff --git a/dashboard/app/templates/admin.html b/dashboard/app/templates/admin.html index dddc03d46..7bf3f2fea 100644 --- a/dashboard/app/templates/admin.html +++ b/dashboard/app/templates/admin.html @@ -46,7 +46,7 @@ Main page. {{.Items}} {{.Bytes}} {{.Oldest}} - flush + flush {{end}} diff --git a/dashboard/app/templates/manager.html b/dashboard/app/templates/manager.html index 65c3d9cb7..3f9d190b0 100644 --- a/dashboard/app/templates/manager.html +++ b/dashboard/app/templates/manager.html @@ -26,7 +26,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the - + diff --git a/dashboard/app/templates/templates.html b/dashboard/app/templates/templates.html index bcf1551fa..571e262cd 100644 --- a/dashboard/app/templates/templates.html +++ b/dashboard/app/templates/templates.html @@ -535,9 +535,9 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{optlink $job.CrashLogLink "log"}} {{end}} {{ if $job.InvalidatedBy }} -
marked invalid by {{$job.InvalidatedBy}} +
marked invalid by {{$job.InvalidatedBy}} {{end}} - {{if and $.PerBug (or .InvalidateJobLink .RestartJobLink)}}
{{optlink .RestartJobLink "🔄 retry this bisection"}}  {{optlink .InvalidateJobLink "❌ mark as invalid"}}{{end}} + {{if and $.PerBug (or .InvalidateJobLink .RestartJobLink)}}
{{optlink .RestartJobLink "🔄 retry this bisection"}}  {{optlink .InvalidateJobLink "❌ mark as invalid"}}{{end}} {{end}} -- cgit mrf-deployment