aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syz-manager/html.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-manager/html.go b/syz-manager/html.go
index d702dba6d..5f8d5a9cb 100644
--- a/syz-manager/html.go
+++ b/syz-manager/html.go
@@ -122,7 +122,7 @@ func (mgr *Manager) collectStats() []UIStat {
}
stats := []UIStat{
{Name: "revision", Value: fmt.Sprint(head[:8]), Link: "https://github.com/google/syzkaller/commit/" + head},
- {Name: "config", Value: "config", Link: "/config"},
+ {Name: "config", Value: mgr.cfg.Name, Link: "/config"},
{Name: "uptime", Value: fmt.Sprint(time.Since(mgr.startTime) / 1e9 * 1e9)},
{Name: "fuzzing", Value: fmt.Sprint(mgr.fuzzingTime / 60e9 * 60e9)},
{Name: "corpus", Value: fmt.Sprint(len(mgr.corpus)), Link: "/corpus"},