提交 bfd3c0e1 编写于 作者: K kohsuke

display the build time per module.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34836 71c3de6d-444a-0410-be80-ed276b4c234a
上级 05dd7f8d
......@@ -36,16 +36,18 @@ THE SOFTWARE.
</td>
</j:when>
<j:when test="${m.value.size()==1 and m.value.get(0).number==it.number}">
<j:set var="mb" value="${m.value.get(0)}"/>
<td class="no-wrap">
<a href="${m.key.shortUrl}">
<img src="${imagesURL}/16x16/${m.value.get(0).buildStatusUrl}"
alt="${m.value.get(0).iconColor.description}"/>
<img src="${imagesURL}/16x16/${mb.buildStatusUrl}"
alt="${mb.iconColor.description}"/>
</a>
<st:nbsp/>
<a href="${m.key.shortUrl}">
${m.key.displayName}
</a>
</td><td>
</td><td data="${mb.duration}">
${mb.durationString}
</td>
</j:when>
<j:otherwise>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册