Skip to content

Commit

Permalink
[JENKINS-22966] extended matrix configuration to 0/1-dimensional matr…
Browse files Browse the repository at this point in the history
…ices
  • Loading branch information
mcupak committed May 13, 2014
1 parent d31d7a8 commit 66f2235
Showing 1 changed file with 12 additions and 6 deletions.
Expand Up @@ -89,12 +89,18 @@ function click2Change( status )
<j:when test="${empty(o.x) and empty(o.y)}">
<h2>${%Configurations}</h2>
<j:forEach var="p" items="${o.rows[0][0]}">
<!-- <d:invokeBody /> -->
<st:include page="main.jelly" />
<st:nbsp />
<j:if test="${!it.combinationExists(build, p.combination)}">
<j:set var="changed" value="1" />
</j:if>
<j:choose>
<j:when test="${it.combinationExists(build, p.combination)}">
<j:set var="style" value="display:inline-block;" />
</j:when>
<j:otherwise>
<j:set var="style" value="display:inline-block; background-color: lightgray;" />
</j:otherwise>
<div style="${style}">
<!-- <d:invokeBody /> -->
<st:include page="main.jelly" />
</div>
</j:choose>
</j:forEach>
</j:when>
<j:otherwise>
Expand Down

0 comments on commit 66f2235

Please sign in to comment.