提交 18d81b59 编写于 作者: K kohsuke

generalized Queue a bit so that we can put more things in Queue, not just AbstractProject.

This will allow us to do things like cvs tagging or maven release execution in the queue.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3173 71c3de6d-444a-0410-be80-ed276b4c234a
上级 e98e4028
......@@ -31,14 +31,14 @@
<tr>
<j:set var="id" value="${h.generateId()}"/>
<td class="pane" width="100%" id="${id}">
<a href="${rootURL}/${item.project.url}">
${item.project.name}
<a href="${rootURL}/${item.task.url}">
${item.task.name}
</a>
<t:tooltip id="${id}">${item.why}</t:tooltip>
</td>
<td class="pane" width="16" align="center" valign="middle">
<l:isAdmin>
<a href="${rootURL}/${item.project.url}cancelQueue"><img src="${rootURL}/images/16x16/stop.gif" alt="cancel this build" /></a>
<a href="${rootURL}/${item.task.url}cancelQueue"><img src="${rootURL}/images/16x16/stop.gif" alt="cancel this build" /></a>
</l:isAdmin>
</td>
</tr>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册