未验证 提交 435d43fe 编写于 作者: S Sumit Sarin 提交者: GitHub

[JENKINS-62470] Embed 'more details' from 4th column inside the 1st column (#4749)

* Embed row 4 into row 1

* Removed Redundant delcarations
上级 477b7d7a
......@@ -28,7 +28,7 @@ THE SOFTWARE.
This belongs to a build view.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout" xmlns:t="/lib/hudson">
<l:layout>
<st:include it="${it.run}" page="sidepanel.jelly"/>
<l:main-panel>
......@@ -41,13 +41,14 @@ THE SOFTWARE.
<th initialSortDir="down">${%File}</th>
<th>${%Original owner}</th>
<th>${%Age}</th>
<th/>
</tr>
<j:forEach var="e" items="${it.fingerprints}">
<j:set var="f" value="${e.value}" />
<tr>
<td>
${e.key}
<a href="${rootURL}/fingerprint/${f.hashString}/">
<l:icon class="icon-fingerprint icon-sm"/> ${e.key}
</a>
</td>
<td>
<j:choose>
......@@ -65,11 +66,6 @@ THE SOFTWARE.
<td data="${-f.timestamp.time}">
${f.timestampString} old
</td>
<td>
<a href="${rootURL}/fingerprint/${f.hashString}/">
<l:icon class="icon-fingerprint icon-sm"/> ${%more details}
</a>
</td>
</tr>
</j:forEach>
</table>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册