Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-25989] Allow breaking label and node lists
(cherry picked from commit 2820e59)
  • Loading branch information
daniel-beck authored and olivergondza committed Jan 6, 2015
1 parent 14d676b commit 2172503
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 2172503

Please sign in to comment.