Skip to content

Commit

Permalink
[JENKINS-21267] Adding tooltip to show remaining time
Browse files Browse the repository at this point in the history
until next build.

E.g.: in 2d 1h 3m
  • Loading branch information
ialbors-pfc committed Feb 10, 2014
1 parent 510f0d3 commit da03640
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
<j:forEach var="w" items="${it.builds}">
<tr>
<td><a tooltip="${w.name}" href="${w.url}">${w.shortName}</a></td>
<td>${w.date}</td>
<td tooltip="${w.timeToGo}">${w.date}</td>
</tr>
</j:forEach>
</l:pane>
Expand Down

0 comments on commit da03640

Please sign in to comment.