aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-11-07 11:02:32 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-07 11:07:08 +0100
commitefb49b4d0b6db482681a535ffbbd811b57ea6178 (patch)
treebd423337cbf6bfcb9ca441e474717b011bf79e62 /dashboard/app/bug.html
parent30cb7f98cd1aba45565123caf4cbd73772bb8b58 (diff)
dashboard/app: slightly tidy up bisection results
Add new lines around bisection block as it was before. Remove kernel tree, does not seem to be critical. Make it clear what is cause bisection and what is fix bisection (currently we have 2 "Bisection" which is not very helpful).
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html
index e09ed7e98..082238ea9 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}}<br>
{{end}}
{{end}}
- First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}<br>
+ First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}<br><br>
- {{template "bisect_results" .BisectCause}}
+ {{template "bisect_results" .BisectCause}}<br>
{{template "bisect_results" .BisectFix}}
{{template "bug_list" .DupOf}}