From 0230ba3e7ee638765ace8e2c3b436e703017b46c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 15 Jun 2020 18:50:39 +0200 Subject: dashboard/app: add page with manager stats graphs --- dashboard/app/graph_fuzzing.html | 62 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 dashboard/app/graph_fuzzing.html (limited to 'dashboard/app/graph_fuzzing.html') diff --git a/dashboard/app/graph_fuzzing.html b/dashboard/app/graph_fuzzing.html new file mode 100644 index 000000000..ab18a2742 --- /dev/null +++ b/dashboard/app/graph_fuzzing.html @@ -0,0 +1,62 @@ +{{/* +Copyright 2020 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. + +Manager statistics graphs. +*/}} + + + + + {{.Header.Namespace}} fuzzing stats + {{template "head" .Header}} + + + + + + {{template "header" .Header}} +
+
+
+
+ {{template "input-checkbox" .Managers}} + {{template "input-checkbox" .Metrics}} + {{template "input-slider" .Months}} + +
+
+
+ + -- cgit mrf-deployment