提交 b3c668ff 编写于 作者: K kohsuke

no point in showing the disconnect link if it's already disconnected.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2768 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5fed787c
......@@ -10,7 +10,9 @@
<l:isAdmin>
<l:task icon="images/24x24/clipboard.gif" href="log" title="Log" />
<l:task icon="images/24x24/computer.gif" href="systemInfo" title="System Information" />
<l:task icon="images/24x24/edit-delete.gif" href="disconnect" title="Disconnect" />
<j:if test="${it.channel!=null}">
<l:task icon="images/24x24/edit-delete.gif" href="disconnect" title="Disconnect" />
</j:if>
</l:isAdmin>
</l:tasks>
</l:side-panel>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册