提交 ec2a2eb5 编写于 作者: R redsolo

Added new column that shows the build status indicator


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5255 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9a25b476
......@@ -13,6 +13,7 @@
<div align="center">
<table class="sortable" style="margin-top:1em;">
<tr>
<th><st:nbsp/></th>
<th initialSortDir="up">Build</th>
<th>Duration</th>
<j:if test="${isMasterSlaveEnabled}">
......@@ -21,6 +22,9 @@
</tr>
<j:forEach var="r" items="${it.builds}">
<tr>
<td>
<img width="16" height="16" src="${imagesURL}/16x16/${r.buildStatusUrl}" alt="${r.iconColor.description}" />
</td>
<td>
${r.displayName}
</td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册