Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #3294 from dwnusbaum/JENKINS-34712
[JENKINS-34712] Always show the master node when it is offline

(cherry picked from commit b67a30f)
  • Loading branch information
oleg-nenashev authored and olivergondza committed Mar 19, 2018
1 parent db03475 commit 20d44c5
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 20d44c5

Please sign in to comment.