提交 2902da9c 编写于 作者: P pgweiss

In executor status pane provide separate links to projects and builds.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21366 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e9def49a
...@@ -68,7 +68,7 @@ THE SOFTWARE. ...@@ -68,7 +68,7 @@ THE SOFTWARE.
<div nowrap="true">${%Building} <div nowrap="true">${%Building}
<j:choose> <j:choose>
<j:when test="${h.hasPermission(e.currentExecutable.parent,e.currentExecutable.parent.READ)}"> <j:when test="${h.hasPermission(e.currentExecutable.parent,e.currentExecutable.parent.READ)}">
<a href="${rootURL}/${e.currentExecutable.url}">${e.currentExecutable}</a> <a href="${rootURL}/${e.currentExecutable.parent.url}">${e.currentExecutable.parent.name}</a>&#160;<a href="${rootURL}/${e.currentExecutable.url}">#${e.currentExecutable.number}</a>
<t:buildProgressBar build="${e.currentExecutable}" executor="${e}"/> <t:buildProgressBar build="${e.currentExecutable}" executor="${e}"/>
</j:when> </j:when>
<j:otherwise> <j:otherwise>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册