From e6b95f320e195f8f4ddab87c7442dae4b7ac4c8e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 1 Feb 2021 11:07:36 +0100 Subject: dashboard/app: show crash titles Show crash title for each crash, since they can be different now. More fancy solutions are possible, but let's start with just exposing it. Remove Maintainers instead, I am not sure who/how uses them. Nobody uses them now to the best of my knowledge, but they take lots of page space. Update #1575 --- dashboard/app/templates.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'dashboard/app/templates.html') diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 0fc52bd66..e0009223a 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -317,10 +317,8 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the Report Syz repro C repro - VM info - {{if .HasMaintainers}} - Maintainers - {{end}} + VM info + Title @@ -338,9 +336,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{if $b.ReproSyzLink}}syz{{end}} {{if $b.ReproCLink}}C{{end}} {{if $b.MachineInfoLink}}info{{end}} - {{if $.HasMaintainers}} - {{$b.Maintainers}} - {{end}} + {{$b.Title}} {{end}} -- cgit mrf-deployment