提交 ac625e00 编写于 作者: O OHTAKE Tomohiro 提交者: Kohsuke Kawaguchi

Add sort capability to Executed Mojos

上级 28336aef
......@@ -64,6 +64,8 @@ Upcoming changes</a>
<li class=rfe>
Sortable table wasn't "stable" when there are same values in different rows
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11551">issue 11551</a>)
<li class=rfe>
Maven mojo records can be now sorted
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -43,7 +43,7 @@ THE SOFTWARE.
<j:otherwise>
<j:set var="cache" value="${it.createExecutedMojoCache()}"/>
<table class="middle-align">
<table class="middle-align sortable pane bigtable">
<tr>
<th>${%Plugin}</th>
<th>${%Version}</th>
......@@ -68,7 +68,7 @@ THE SOFTWARE.
</a>
</td>
<td align="center">${m.readableExecutionId}</td>
<td>${m.durationString}</td>
<td data="${m.duration}">${m.durationString}</td>
<td align="center">
<a href="${rootURL}/fingerprint/${m.digest}/"><img src="${imagesURL}/16x16/fingerprint.gif" alt="${%fingerprint}" height="16" width="16" /></a>
</td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册