diff options
| -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}} |
