提交 ad4bad1a 编写于 作者: K kohsuke

On matrix jobs, the job names tend to get very long, so wrapping is necessay

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16242 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cf3bbc5d
......@@ -56,7 +56,7 @@ THE SOFTWARE.
<j:otherwise>
<j:forEach var="item" items="${items}">
<tr>
<td class="pane" width="100%" tooltip="${item.why}">
<td class="pane" width="100%" tooltip="${item.why}" style="white-space: normal;">
<j:set var="stuck" value="${item.isStuck()}" />
<a href="${rootURL}/${item.task.url}" style="${h.ifThenElse(stuck,'color:#ef2929',null)}">
${item.task.fullDisplayName}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册