github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/dashboard/app/repos.html (about) 1 {{/* 2 Copyright 2022 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 The list of polled trees. 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 <table class="list_table"> 18 <caption>The fixing commit must reach the following trees (<a href="https://github.com/google/syzkaller/blob/master/docs/syzbot.md#bug-status-tracking">more info</a>):</caption> 19 <tr> 20 <th>URL</th> 21 <th>Branch</th> 22 </tr> 23 {{range $repo := .Repos}} 24 <tr> 25 <td>{{$repo.URL}}</td> 26 <td>{{$repo.Branch}}</td> 27 </tr> 28 {{end}} 29 </table> 30 </body> 31 </html>