aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/terminal.html
blob: f4f29249220b9b7b90bdae5224aab9f674b27bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{/*
Copyright 2019 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.

Terminal bugs page (fixed, invalid).
*/}}

<!doctype html>
<html>
<head>
	{{template "head" .Header}}
	<title>syzbot</title>
</head>
<body>
	{{template "header" .Header}}

	{{template "bug_list" .Bugs}}
</body>
</html>