From 7fdc2e844ca447802e78b28bfad783080eacd244 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 15 Feb 2009 02:53:54 +0000 Subject: [PATCH] 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 --- core/src/main/resources/hudson/model/View/main.jelly | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/hudson/model/View/main.jelly b/core/src/main/resources/hudson/model/View/main.jelly index 2d040bd36e..41a675ab5f 100644 --- a/core/src/main/resources/hudson/model/View/main.jelly +++ b/core/src/main/resources/hudson/model/View/main.jelly @@ -38,8 +38,10 @@ THE SOFTWARE. - -
+ + +
+
-- GitLab