Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove label's description from Dashboard for now, to be implemented …
…with JENKINS-27907
  • Loading branch information
dominiquebrice committed Apr 12, 2015
1 parent 4d87392 commit ebb13e5
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -44,8 +44,7 @@ THE SOFTWARE.
<j:set var="jobsWithLabelDefaultValueCount" value="${label.jobsWithLabelDefaultValueCount}" />
<j:set var="nodeCount" value="${label.nodesCount}" />
<j:set var="pluginActive" value="${label.pluginActiveForLabel}" />
<j:set var="description" value="${label.description}" />
<h4><a href="${rootURL}/${label.labelURL}">${label.label}</a><j:if test="${description != null}">&#160;(${description})</j:if></h4>
<h4><a href="${rootURL}/${label.labelURL}">${label.label}</a></h4>
<j:if test="${pluginActive}">
This label is used by <a href="${rootURL}/${label.labelURL}linkedjobs">${jobCount} job<j:if test="${jobCount > 1}">s</j:if></a>.
</j:if>
Expand Down

0 comments on commit ebb13e5

Please sign in to comment.