From 02c4ab0e326c060626c1aa78bb6eaab414dc5d31 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 29 Jan 2026 14:40:26 +0000 Subject: pkg/manager: display core dumps on the syz-manager web ui --- pkg/manager/html/main.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pkg/manager/html/main.html') diff --git a/pkg/manager/html/main.html b/pkg/manager/html/main.html index ab279f668..d1cf58c08 100644 --- a/pkg/manager/html/main.html +++ b/pkg/manager/html/main.html @@ -31,6 +31,9 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the First Time Last Time Report + {{if .ShowCore}} + Core + {{end}} Repro Attempts @@ -57,6 +60,13 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the Strace {{end}} + {{if $.ShowCore}} + + {{if $c.MemoryDumpFile}} + Dump + {{end}} + + {{end}} {{$c.ReproAttempts}} {{end}} -- cgit mrf-deployment