diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-22 16:28:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-08-02 15:11:03 +0200 |
| commit | 61d1beb284931d6cc182b60868626f5e2ed819e4 (patch) | |
| tree | df069085f3eb2bf8864dbd6cf424f2da558022a2 /dashboard/app/error.html | |
| parent | 9c3074429739f4c3a2ee6155f677d6444a51109d (diff) | |
dashboard/app: new dashboard app
The new app is based on our experience with syz-dash
and is meant to supersede it. This app aims at full
automation of bug lifecycle: reporting, tracking updates,
closing fixed bugs.
The main differences are:
- this app has support for reporting bugs
either by email or using an arbitrary external reporting system
- this app tracks status of bugs
- this app captures more info about kernel builds
Diffstat (limited to 'dashboard/app/error.html')
| -rw-r--r-- | dashboard/app/error.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dashboard/app/error.html b/dashboard/app/error.html new file mode 100644 index 000000000..aec5f52e1 --- /dev/null +++ b/dashboard/app/error.html @@ -0,0 +1,12 @@ +<!doctype html> +<html> +<head> + <title>Syzkaller Dashboard</title> + <link rel="stylesheet" href="/static/style.css"/> +</head> +<body> + {{.}} + <br> + <a href="javascript:history.back()">back</a> +</body> +</html> |
