aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-11-07 10:39:18 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-11-07 10:39:39 +0100
commit7b05d23e439f9701a077059dfa6bca4bac0a7710 (patch)
tree344086a79be3cc4a66091b8873e29badd75f6137
parent8bac040e2ab5f20199ca96ccf0d1db48fa1de4de (diff)
dashboard/app: show fixing commit title as hint
-rw-r--r--dashboard/app/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/main.html b/dashboard/app/main.html
index 60c5493f3..34d85d89f 100644
--- a/dashboard/app/main.html
+++ b/dashboard/app/main.html
@@ -16,7 +16,7 @@
<td class="repro">{{formatReproLevel $b.ReproLevel}}</td>
<td class="time">{{formatTime $b.LastTime}}</td>
<td class="status">{{if $b.Link}}<a href="{{$b.Link}}">{{$b.Status}}</a>{{else}}{{$b.Status}}{{end}}</td>
- <td class="patched">{{if $b.Commits}}{{len $b.PatchedOn}}/{{len $b.MissingOn}}{{end}}</td>
+ <td class="patched" title="{{$b.Commits}}">{{if $b.Commits}}{{len $b.PatchedOn}}/{{len $b.MissingOn}}{{end}}</td>
</tr>
{{end}}
</table>