From 9cf4d4ed2e6b3f689e760845ee2780beaaeff087 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 7 Nov 2019 12:37:52 +0100 Subject: dashboard/app: few more cosmetic UI changes Don't add
before bisection, if bisection does not exist. Rename fix bisections table to make it clearer that they failed. --- dashboard/app/bug.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 082238ea9..e09ed7e98 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -23,9 +23,9 @@ Page with details about a single bug. Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}
{{end}} {{end}} - First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}

+ First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}
- {{template "bisect_results" .BisectCause}}
+ {{template "bisect_results" .BisectCause}} {{template "bisect_results" .BisectFix}} {{template "bug_list" .DupOf}} -- cgit mrf-deployment