提交 18e19264 编写于 作者: S Seiji Sogabe

Merge pull request #282 from ohtake/console-tail

commit 6b15b71f0d2c20a349c942737c2d9a776e2da62e
Author: OHTAKE Tomohiro <ohtake.tomohiro@jp.fujitsu.com>
Date:   Tue Oct 11 16:26:37 2011 +0900

    Stylize fingerprints tables

commit 1085a476844f33d530350223d8e3c165b18d70e9
Author: OHTAKE Tomohiro <ohtake.tomohiro@jp.fujitsu.com>
Date:   Tue Oct 11 09:24:02 2011 +0900

    [FIXED JENKINS-9210] Fingerprint's age should be sorted by its elapsed time
上级 1d9f1684
......@@ -64,6 +64,9 @@ Upcoming changes</a>
<li class=bug>
"Tailing" the console of an active job broken in 1.434
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11307">issue 11307</a>)
<li class=bug>
Fingerprint's age should be sorted by its elapsed time
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-9210">issue 9210</a>)
<li class=rfe>
Improved the classloading performance
</ul>
......
......@@ -36,7 +36,7 @@ THE SOFTWARE.
<img src="${imagesURL}/48x48/fingerprint.png" alt="" height="48" width="48"/>
${%Recorded Fingerprints}
</h1>
<table class="fingerprint-in-build sortable">
<table class="fingerprint-in-build sortable bigtable">
<tr>
<th initialSortDir="down">${%File}</th>
<th>${%Original owner}</th>
......@@ -62,7 +62,7 @@ THE SOFTWARE.
</j:otherwise>
</j:choose>
</td>
<td>
<td data="${-f.timestamp.time}">
${f.timestampString} old
</td>
<td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册