diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-11-30 15:25:22 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-12-01 14:37:29 +0100 |
| commit | e080de16713b9dbf308cdd7bcb85b58293e46e33 (patch) | |
| tree | f783512de26f8a0bff932cfa697ddc37ee0bfde9 /dashboard | |
| parent | 0dd2a214e16e8e440714c40a8fadffd07f0b5288 (diff) | |
dashboard: indicate retest repro jobs
Currently the User field is empty, which makes things confusing.
Diffstat (limited to 'dashboard')
| -rw-r--r-- | dashboard/app/templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 </td> <td> {{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}} |
