diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-07 12:37:52 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-07 12:37:52 +0100 |
| commit | 9cf4d4ed2e6b3f689e760845ee2780beaaeff087 (patch) | |
| tree | 9178c949d377891c1cf28bd21e8c7b3abae03767 /dashboard/app/bug.html | |
| parent | efb49b4d0b6db482681a535ffbbd811b57ea6178 (diff) | |
dashboard/app: few more cosmetic UI changes
Don't add <br> before bisection, if bisection does not exist.
Rename fix bisections table to make it clearer that they failed.
Diffstat (limited to 'dashboard/app/bug.html')
| -rw-r--r-- | dashboard/app/bug.html | 4 |
1 files changed, 2 insertions, 2 deletions
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}}<br> {{end}} {{end}} - First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}<br><br> + First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}<br> - {{template "bisect_results" .BisectCause}}<br> + {{template "bisect_results" .BisectCause}} {{template "bisect_results" .BisectFix}} {{template "bug_list" .DupOf}} |
