github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/app/terminal.html (about)

     1  {{/*
     2  Copyright 2019 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  Terminal bugs page (fixed, invalid).
     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  
    17  
    18  	{{if .Stats}}
    19  		{{with .Stats}}
    20  Out of <b>{{.Total}}</b> bugs, <b>{{.AutoObsoleted}}</b> were automatically obsoleted (<b>{{.ReproObsoleted}}</b> due to revoked reproducers), <b>{{.UserObsoleted}}</b> were invalidated by users.<br />
    21  		{{end}}
    22  	{{end}}
    23  
    24  	{{template "bug_filter" $.BugFilter}}
    25  	{{template "bug_list" .Bugs}}
    26  </body>
    27  </html>