提交 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 @@ ...@@ -13,6 +13,7 @@
<div align="center"> <div align="center">
<table class="sortable" style="margin-top:1em;"> <table class="sortable" style="margin-top:1em;">
<tr> <tr>
<th><st:nbsp/></th>
<th initialSortDir="up">Build</th> <th initialSortDir="up">Build</th>
<th>Duration</th> <th>Duration</th>
<j:if test="${isMasterSlaveEnabled}"> <j:if test="${isMasterSlaveEnabled}">
...@@ -21,6 +22,9 @@ ...@@ -21,6 +22,9 @@
</tr> </tr>
<j:forEach var="r" items="${it.builds}"> <j:forEach var="r" items="${it.builds}">
<tr> <tr>
<td>
<img width="16" height="16" src="${imagesURL}/16x16/${r.buildStatusUrl}" alt="${r.iconColor.description}" />
</td>
<td> <td>
${r.displayName} ${r.displayName}
</td> </td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册