Skip to content

Commit

Permalink
Merge pull request #3294 from dwnusbaum/JENKINS-34712
Browse files Browse the repository at this point in the history
[JENKINS-34712] Always show the master node when it is offline
  • Loading branch information
oleg-nenashev committed Feb 18, 2018
2 parents 5c8cc45 + 4b5af6f commit b67a30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/executors.jelly
Expand Up @@ -129,7 +129,7 @@ THE SOFTWARE.
<j:forEach var="c" items="${computers}">
<j:set var="cDisplayExecutors" value="${c.displayExecutors}"/>
<tr>
<j:if test="${computersSize gt 1 and !cDisplayExecutors.isEmpty()}">
<j:if test="${(computersSize gt 1 and !cDisplayExecutors.isEmpty()) or (c.node == app and c.offline)}">
<th class="pane" colspan="3">
<local:computerCaption title="${c.displayName}" />
</th>
Expand Down

0 comments on commit b67a30f

Please sign in to comment.