From 953d1c45a16b7284725e337b47369a8ab111bab4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 Jan 2025 10:23:56 +0100 Subject: pkg/manager: show bug first time This allows to understand if a bug is new (found in the current run) or old. --- pkg/manager/html/main.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/manager/html') diff --git a/pkg/manager/html/main.html b/pkg/manager/html/main.html index 1b4ea0f75..2b0cb2250 100644 --- a/pkg/manager/html/main.html +++ b/pkg/manager/html/main.html @@ -24,6 +24,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the Description Count + First Time Last Time Report @@ -31,6 +32,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{$c.Description}} {{$c.Count}} + {{formatTime $c.FirstTime}} {{formatTime $c.LastTime}} {{if $c.Triaged}} -- cgit mrf-deployment