From e080de16713b9dbf308cdd7bcb85b58293e46e33 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 30 Nov 2022 15:25:22 +0100 Subject: dashboard: indicate retest repro jobs Currently the User field is empty, which makes things confusing. --- dashboard/app/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 0dc056890..f27f35e35 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -391,7 +391,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{if eq $job.Type 0}} - {{$job.User}} + {{if $job.User}}{{$job.User}}{{else}}retest repro{{end}} {{else if eq $job.Type 1}} bisect {{else if eq $job.Type 2}} -- cgit mrf-deployment