From 9e73abdef7d5bbab34a23390ddaa6c5844bb7bfd Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Mon, 7 Nov 2011 15:30:02 +0100 Subject: [PATCH] [FIXES JENKINS-11637] Fix small UI issue on build queue --- changelog.html | 3 +++ .../resources/hudson/widgets/BuildHistoryWidget/entries.jelly | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index c92901547f..4c77879b6b 100644 --- a/changelog.html +++ b/changelog.html @@ -75,6 +75,9 @@ Upcoming changes
  • NPE when running Maven 3 jobs with -T. (issue 11458) +
  • + Fix small UI issue on build queue. + (issue 11637)
  • Support mailto: links in actions. (issue 7725) diff --git a/core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly b/core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly index 84a0a2ed79..c224bb370c 100644 --- a/core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly +++ b/core/src/main/resources/hudson/widgets/BuildHistoryWidget/entries.jelly @@ -40,7 +40,7 @@ THE SOFTWARE. #${queuedItems.size()==1 ? it.owner.nextBuildNumber : it.owner.nextBuildNumber+queuedItems.size()-i-1} - +
    -- GitLab