From 91790a1789a264c3c2604c5a385446c9def882e7 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 6 Aug 2007 21:34:21 +0000 Subject: [PATCH] use compression as table can get big (my production Hudson site sends more than 400K on the top page!) git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@4108 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/resources/hudson/model/View/index.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/hudson/model/View/index.jelly b/core/src/main/resources/hudson/model/View/index.jelly index 5c979b6acb..10d33d05b5 100644 --- a/core/src/main/resources/hudson/model/View/index.jelly +++ b/core/src/main/resources/hudson/model/View/index.jelly @@ -1,4 +1,4 @@ - + @@ -29,4 +29,4 @@ - + -- GitLab