Skip to content

Commit

Permalink
[FIXED JENKINS-15335] Typo broke build queue display.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 4, 2012
1 parent 0d638df commit 6c4e65f
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 @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class="major bug">
Build queue displayed as empty even when it is not. (Regression in 1.483.)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15335">issue 15335</a>)
<li class=bug>
Restoring <code>/people</code> page as a redirect for compatibility, and fixing links to it.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15206">issue 15206</a> continued)
Expand Down
Expand Up @@ -28,6 +28,6 @@ THE SOFTWARE.
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:s="/lib/form">
<l:ajax>
<t:queue items="${it.approximateItemsQuickly}" />
<t:queue items="${it.approximateQueueItemsQuickly}" />
</l:ajax>
</j:jelly>

0 comments on commit 6c4e65f

Please sign in to comment.