提交 1d6df450 编写于 作者: S stephenconnolly

If some mad fool (i.e. me) is on the slave status page and has auto refresh...

If some mad fool (i.e. me) is on the slave status page and has auto refresh enabled, when the schedule says that the slave should be taken off line, but the take off-line check has not had a chance to run yet, don't tell people that they cannot manually launch the slave...

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14469 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4bc3398b
......@@ -28,7 +28,7 @@
<st:include from="${it.launcher}" page="main.jelly" optional="true"/>
</j:if>
<j:if test="${!it.manualLaunchAllowed &amp;&amp; it.launchSupported}">
<j:if test="${it.offline &amp;&amp; !it.manualLaunchAllowed &amp;&amp; it.launchSupported}">
<p>${%title.no_manual_launch(it.retentionStrategy.descriptor.displayName)}</p>
</j:if>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册