提交 2a80399f 编写于 作者: K kohsuke

ball colors are now enums for better type safety.

This also fixed #160.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1153 71c3de6d-444a-0410-be80-ed276b4c234a
上级 84e06762
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</tr> </tr>
<j:forEach var="b" items="${it.builds}"> <j:forEach var="b" items="${it.builds}">
<tr> <tr>
<td data="${b.iconColor}"> <td data="${b.iconColor.ordinal()}">
<a href="${rootURL}/${b.url}"> <a href="${rootURL}/${b.url}">
<img width="32" height="32" src="${rootURL}/images/32x32/${b.buildStatusUrl}" /> <img width="32" height="32" src="${rootURL}/images/32x32/${b.buildStatusUrl}" />
</a> </a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册