Skip to content

Commit

Permalink
Merge pull request #1495 from daniel-beck/JENKINS-25989
Browse files Browse the repository at this point in the history
[FIXED JENKINS-25989] Allow breaking label and node lists
  • Loading branch information
olivergondza committed Dec 21, 2014
2 parents 86a75b6 + 2820e59 commit 8284f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/resources/hudson/model/Computer/index.jelly
Expand Up @@ -94,6 +94,7 @@ THE SOFTWARE.
<!-- Skip the label for this node -->
<j:if test="${entry.item!=it.node.selfLabel}">
<a class="${entry.className} model-link inside" href="${rootURL}/label/${entry.item.name}">${entry.item.name}</a>
<wbr/>
</j:if>
</j:forEach>
</div>
Expand Down
1 change: 1 addition & 0 deletions core/src/main/resources/hudson/model/Label/index.jelly
Expand Up @@ -50,6 +50,7 @@ THE SOFTWARE.
<st:nbsp/>
<a href="${url}" class="model-link inside">${c.displayName}</a>
</nobr>
<wbr/>
</j:forEach>
</div>

Expand Down

0 comments on commit 8284f59

Please sign in to comment.