Skip to content

Commit

Permalink
TAB->WS
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Dec 8, 2010
1 parent e36c259 commit 39aa332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/resources/lib/hudson/executors.jelly
Expand Up @@ -127,15 +127,15 @@ THE SOFTWARE.
</j:choose>
</tr>
<j:choose>
<j:when test="${!c.offline}">
<j:when test="${!c.offline}">
<j:forEach var="e" items="${c.executors}" varStatus="eloop">
<local:executor name="${eloop.index+1}" url="executors/${eloop.index}" />
</j:forEach>
<j:forEach var="e" items="${c.oneOffExecutors}" varStatus="eloop">
<local:executor name="" url="oneOffExecutors/${eloop.index}" />
</j:forEach>
</j:when>
</j:choose>
</j:when>
</j:choose>
</j:forEach>
</l:pane>
<!-- schedule updates only for the full page reload -->
Expand Down

0 comments on commit 39aa332

Please sign in to comment.