提交 806fb3a4 编写于 作者: J Jesse Farinacci

name != displayName

上级 939d13c8
......@@ -30,7 +30,7 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:x="jelly:xml" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<tr id="job_${job.displayName}" class="${job.disabled?'disabledJob':null}">
<tr id="job_${job.name}" class="${job.disabled?'disabledJob':null}">
<j:forEach var="col" items="${columnExtensions}">
<st:include page="column.jelly" it="${col}"/>
</j:forEach>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册