From 61d1beb284931d6cc182b60868626f5e2ed819e4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 22 Jun 2017 16:28:04 +0200 Subject: 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 --- dashboard/app/error.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dashboard/app/error.html (limited to 'dashboard/app/error.html') 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 @@ + + + + Syzkaller Dashboard + + + + {{.}} +
+ back + + -- cgit mrf-deployment