{{/*
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.
*/}}
{{/* Common page header, invoked with *uiHeader */}}
{{define "header"}}
syzbot
{{if .LoginLink}}
sign-in |
{{end}}
mailing list |
source |
docs
{{end}}
{{/* List of bugs, invoked with *uiBugGroup */}}
{{define "bug_list"}}
{{if .}}
{{if .Bugs}}
Kernel | {{end}}Title | Repro | Count | Last | Reported | {{if $.ShowPatch}}Closed | Patch | {{end}} {{if $.ShowPatched}}Patched | {{end}} {{if $.ShowStatus}}Status | {{end}}
---|---|---|---|---|---|---|---|---|---|
{{$b.Namespace}} | {{end}}{{$b.Title}} | {{formatReproLevel $b.ReproLevel}} | {{$b.NumCrashes}} | {{formatLateness $.Now $b.LastTime}} | {{if $b.ExternalLink}} {{formatLateness $.Now $b.ReportedTime}} {{else}} {{formatLateness $.Now $b.ReportedTime}} {{end}} | {{if $.ShowPatch}}{{formatLateness $.Now $b.ClosedTime}} | {{$b.Commits}} | {{end}} {{if $.ShowPatched}}{{if $b.Commits}}{{len $b.PatchedOn}}/{{$b.NumManagers}}{{end}} | {{end}} {{if $.ShowStatus}}{{if $b.ExternalLink}} {{$b.Status}} {{else}} {{$b.Status}} {{end}} | {{end}}