提交 580d8f2d 编写于 作者: J Jesse Farinacci

[FIXED JENKINS-12518] job rows in view should have id= for easy access

上级 c8577921
......@@ -55,6 +55,9 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=rfe>
job rows in view should have id= for easy access
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-12490">issue 12518</a>)
<li class=>
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -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 class="${job.disabled?'disabledJob':null}">
<tr id="job_${job.displayName}" 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.
先完成此消息的编辑!
想要评论请 注册