From: Brett Porter Date: Wed, 12 Sep 2007 12:10:08 +0000 (+0000) Subject: [MRM-457] don't display the snapshot removal options in the repository list page... X-Git-Tag: archiva-1.0-beta-2~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5120cb78ad78150be19c88cc6338b7a3ce980cc4;p=archiva.git [MRM-457] don't display the snapshot removal options in the repository list page if snapshots are not included git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@574903 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp index 210109fd4..8a3cb7d6f 100644 --- a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp +++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp @@ -130,14 +130,6 @@ - - Repository Purge By Days Older Than - ${repository.daysOlder} - - - Repository Purge By Retention Count - ${repository.retentionCount} - Releases Included ${repository.releases} @@ -146,14 +138,24 @@ Snapshots Included ${repository.snapshots} + + + Delete Released Snapshots + ${repository.deleteReleasedSnapshots} + + + Repository Purge By Days Older Than + ${repository.daysOlder} + + + Repository Purge By Retention Count + ${repository.retentionCount} + + Scanned ${repository.scanned} - - Delete Released Snapshots - ${repository.deleteReleasedSnapshots} - Scanning Cron