提交 b3f73fa2 编写于 作者: F Fred G 提交者: Kohsuke Kawaguchi

Add functionality to click on a timestamp of a build history list entry

to center the timeline widget on this event. (Does not work with IE
yet!)
上级 9cb686fd
......@@ -57,7 +57,7 @@ THE SOFTWARE.
<st:nbsp/>
<a href="${jobBaseUrl}${b.url}">${b.displayName}</a>
</td>
<td data="${b.timestampString2}">
<td data="${b.timestampString2}" tooltip="${%Click to center timeline on event}" onclick="javascript:tl.getBand(0).scrollToCenter(Timeline.DateTime.parseGregorianDateTime('${b.timestampString2}'))">
${b.timestampString}
</td>
<td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册