提交 d4dbdbfe 编写于 作者: K kohsuke

improved error detection.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3852 71c3de6d-444a-0410-be80-ed276b4c234a
上级 60cf0310
......@@ -22,6 +22,13 @@
<j:choose>
<j:when test="${it.jnlpAgent}">
<j:choose>
<j:when test="${app.slaveAgentPort==-1}">
<img src="${rootURL}/images/32x32/error.gif"/>
<span class="error">
TCP port for JNLP slave agentsis is disabled.
<a href="${rootURL}/configure">Go to system config screen and change it</a>.
</span>
</j:when>
<j:when test="${it.offline &amp;&amp; !it.temporarilyOffline}">
<l:isAdmin>
<p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册