From 4a71ac623f5560d8fc83f0840f7dded5775976ac Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 27 May 2024 16:55:58 +0200 Subject: dashboard/app: add bugs found per month graph Useful to estimate overall syzbot performance. --- dashboard/app/graph_fuzzing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/graph_fuzzing.html') diff --git a/dashboard/app/graph_fuzzing.html b/dashboard/app/graph_fuzzing.html index 5ed07ba63..d7a22e6a6 100644 --- a/dashboard/app/graph_fuzzing.html +++ b/dashboard/app/graph_fuzzing.html @@ -19,7 +19,7 @@ Manager statistics graphs. var data = new google.visualization.DataTable(); data.addColumn({type: 'string'}); {{range $.Graph.Headers}} - data.addColumn({type: 'number', label: '{{.}}'}); + data.addColumn({type: 'number', label: '{{.Name}}'}); data.addColumn({type: 'string', role: 'tooltip'}); {{- end}} data.addRows([ {{range $.Graph.Columns}} -- cgit mrf-deployment