提交 bcb1c0d9 编写于 作者: M Mirko Friedenhagen

Link to the console output from the status icon of an entry in the

HistoryWidget.
上级 d0eef1fe
......@@ -131,6 +131,8 @@ Upcoming changes</a>
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-7537">issue 7537</a>)
<li class=rfe>
Added "about Jenkins" screen that shows the 3rd party license acknowledgement.
<li class=rfe>
Link to the console output from the status icon of an entry in the HistoryWidget.
</ul>
<h3><a name=v1.408>What's new in 1.408</a> (2011/04/18)</h3>
<ul class=image>
......
......@@ -31,7 +31,7 @@ THE SOFTWARE.
<j:set var="transitive" value="${(it.firstTransientBuildKey!=null and (it.adapter.compare(build,it.firstTransientBuildKey) ge 0)) ? 'transitive' : null}" />
<tr class="build-row no-wrap ${transitive}">
<td>
<img width="16" height="16" src="${imagesURL}/16x16/${build.buildStatusUrl}" alt="${build.iconColor.description}" tooltip="${build.iconColor.description}" /><st:nbsp/>
<a href="${link}console"><img width="16" height="16" src="${imagesURL}/16x16/${build.buildStatusUrl}" alt="${build.iconColor.description} &gt; ${%Console Output}" tooltip="${build.iconColor.description} &gt; ${%Console Output}" /></a><st:nbsp/>
${build.displayName}
</td>
<td style="padding-right:0">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册