提交 b6e38cce 编写于 作者: N Nicolas De loof

Merge pull request #365 from jieryn/JENKINS-12518-t2

[JENKINS-12518] table rows with id= for keyboard shortcuts plugin
......@@ -52,7 +52,7 @@ THE SOFTWARE.
<th />
</tr>
<j:forEach var="c" items="${it._all}">
<tr>
<tr id="node_${c.name}">
<td width="32" data="${c.icon}">
<img src="${imagesURL}/32x32/${c.icon}" width="32" height="32" alt="${c.iconAltText}"/>
</td>
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册