提交 d32ed1f1 编写于 作者: K kohsuke

disabled jobs are now displayed in a different color.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2375 71c3de6d-444a-0410-be80-ed276b4c234a
上级 443693bc
......@@ -42,7 +42,7 @@
<j:forEach var="job" items="${jobs}">
<j:set var="lsBuild" value="${job.lastSuccessfulBuild}" />
<j:set var="lfBuild" value="${job.lastFailedBuild}" />
<tr>
<tr class="${h.ifThenElse(job.disabled,'disabledJob',null)}">
<td data="${job.iconColor.ordinal()}">
<img src="${rootURL}/images/${iconSize}/${job.buildStatusUrl}" />
</td>
......
......@@ -323,6 +323,10 @@ th.pane {
font-weight: bold;
}
.disabledJob {
color: gray;
}
.spinner {
padding-left: 32px;
padding-top: 0.5em;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册