{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. */}} {{/* List of bugs, invoked with *uiBugGroup */}} {{define "bug_list"}} {{if .}} {{if .Bugs}}
| Kernel | {{end}}Title | Count | Repro | Last | Patched | Status |
|---|---|---|---|---|---|---|
| {{$b.Namespace}} | {{end}}{{$b.Title}} | {{$b.NumCrashes}} | {{formatReproLevel $b.ReproLevel}} | {{formatLateness $.Now $b.LastTime}} | {{if $b.Commits}}{{len $b.PatchedOn}}/{{len $b.MissingOn}}{{end}} | {{if $b.ExternalLink}}{{$b.Status}}{{else}}{{$b.Status}}{{end}} |