Skip to content

Commit

Permalink
[FIXES JENKINS-11637] Fix small UI issue on build queue
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Nov 7, 2011
1 parent a9b55e9 commit 9e73abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -75,6 +75,9 @@ <h3><a name=v1.438>What's new in 1.438</a> <!--=DATE=--></h3>
<li class=bug>
NPE when running Maven 3 jobs with -T.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11458">issue 11458</a>)
<li class=bug>
Fix small UI issue on build queue.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11637">issue 11637</a>)
<li class=rfe>
Support mailto: links in actions.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-7725">issue 7725</a>)
Expand Down
Expand Up @@ -40,7 +40,7 @@ THE SOFTWARE.
#${queuedItems.size()==1 ? it.owner.nextBuildNumber
: it.owner.nextBuildNumber+queuedItems.size()-i-1}
</td>
<td style="white-space:normal;">
<td style="white-space:normal;" colspan="2">
<div style="float:right">
<j:if test="${item.hasCancelPermission()}">
<a href="${rootURL}/queue/item/${item.id}/cancelQueue">
Expand Down

0 comments on commit 9e73abd

Please sign in to comment.