From 2f3b44ea4305aa200432fef587ba1a6dc89a00f3 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 11 Aug 2022 18:21:25 +0000 Subject: dashboard: visualize stale repros When rendering a crash list, strike stale repros with a line (like the tag does). --- dashboard/app/templates.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dashboard/app/templates.html') diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index bc3ae3ded..a9fc80727 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -350,14 +350,15 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{if $b.KernelConfigLink}}.config{{end}} {{if $b.LogLink}}log{{end}} {{if $b.ReportLink}}report{{end}} - {{if $b.ReproSyzLink}}syz{{end}} - {{if $b.ReproCLink}}C{{end}} + {{if $b.ReproSyzLink}}syz{{end}} + {{if $b.ReproCLink}}C{{end}} {{if $b.MachineInfoLink}}info{{end}} {{$b.Title}} {{end}} +* Struck through repros no longer work on HEAD. {{end}} {{end}} -- cgit mrf-deployment