提交 e314dda2 编写于 作者: S stephenconnolly

Adding a programmatic hook to allow slave computers to stop accepting tasks...

Adding a programmatic hook to allow slave computers to stop accepting tasks without causing the GUI's temporarily off-line to throw a wobbly

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10218 71c3de6d-444a-0410-be80-ed276b4c234a
上级 1a42aa2c
......@@ -16,6 +16,7 @@
<j:otherwise>
<a href="${rootURL}/computer/(master)/">${%Master}</a>
<j:if test="${c.offline}">(${%offline})</j:if>
<j:if test="${!c.acceptingTasks}">(${%suspended})</j:if>
</j:otherwise>
</j:choose>
</th>
......@@ -27,6 +28,7 @@
<th class="pane" colspan="3">
<a href="${rootURL}/computer/${c.displayName}">${c.displayName}</a>
<j:if test="${c.offline}">(${%offline})</j:if>
<j:if test="${!c.acceptingTasks}">(${%suspended})</j:if>
</th>
</tr>
</j:otherwise>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册