From 99e56cfbc20592aa8bc1bd010d73eba241351b8d Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 18 Jun 2024 11:43:54 +0200 Subject: dashboard/app/graph: generalize histogram --- dashboard/app/graph_histogram.html | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 dashboard/app/graph_histogram.html (limited to 'dashboard/app/graph_histogram.html') diff --git a/dashboard/app/graph_histogram.html b/dashboard/app/graph_histogram.html new file mode 100644 index 000000000..930d7b912 --- /dev/null +++ b/dashboard/app/graph_histogram.html @@ -0,0 +1,44 @@ +{{/* +Copyright 2024 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. + +Number of found bugs per month. +*/}} + + + + + {{.Title}} + {{template "head" .Header}} + + + + + + {{template "header" .Header}} +
+ + -- cgit mrf-deployment