aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/bug.html
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-01 16:20:13 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-01 16:20:13 +0100
commiteeefb53ba92e50f35ac78e734d1f1787d9ce7462 (patch)
tree88d07af70186d758dcccf41e25543a873f888ef9 /dashboard/app/bug.html
parente525e980eaed440e278614b9e887270ca67d2dde (diff)
dashboard/app: tidy up UIs
Show short kernel repo/branch aliases, also slightly reshuffle and tidy up tables.
Diffstat (limited to 'dashboard/app/bug.html')
-rw-r--r--dashboard/app/bug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html
index 1836a2bc0..98ca6aff3 100644
--- a/dashboard/app/bug.html
+++ b/dashboard/app/bug.html
@@ -46,7 +46,7 @@ Page with details about a single bug.
<tr>
<td class="manager">{{$c.Manager}}</td>
<td class="time">{{formatTime $c.Time}}</td>
- <td class="kernel" title="{{$c.KernelRepo}}/{{$c.KernelBranch}}">{{$c.KernelRepo}}/{{$c.KernelBranch}}</td>
+ <td class="kernel" title="{{$c.KernelAlias}}">{{$c.KernelAlias}}</td>
<td class="tag">{{$c.KernelCommit}}</td>
<td class="tag">{{$c.SyzkallerCommit}}</td>
<td class="config"><a href="{{$c.KernelConfigLink}}">.config</a></td>