github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/app/main.html (about) 1 {{/* 2 Copyright 2017 syzkaller project authors. All rights reserved. 3 Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 4 5 Main page. 6 */}} 7 8 <!doctype html> 9 <html> 10 <head> 11 {{template "head" .Header}} 12 <title>syzbot</title> 13 </head> 14 <body> 15 {{template "header" .Header}} 16 {{if $.Decommissioned}}<h1>This kernel is DECOMMISSIONED</h1>{{end}} 17 {{if or (not $.BugFilter.Filter.Any) ($.BugFilter.Filter.ManagerName)}} 18 {{template "manager_list" $.Managers}} 19 {{end}} 20 {{template "bug_filter" $.BugFilter}} 21 {{range $group := $.Groups}} 22 {{template "bug_list" $group}} 23 {{end}} 24 </body> 25 </html>