提交 7fdc2e84 编写于 作者: K kohsuke

Don't show a view list if the system has no jobs at all.

This is important to maintain a clean welcome screen for the first-time installation

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15353 71c3de6d-444a-0410-be80-ed276b4c234a
上级 70e23eeb
......@@ -38,8 +38,10 @@ THE SOFTWARE.
</d:tag>
</d:taglib>
<j:when test="${empty(items)}">
<local:viewTabs/>
<br/>
<j:if test="${!empty(app.items)}">
<local:viewTabs/>
<br/>
</j:if>
<st:include page="noJob.jelly" />
</j:when>
<j:otherwise>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册