You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by jm...@apache.org on 2007/05/25 00:21:24 UTC

svn commit: r541455 - /maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp

Author: jmcconnell
Date: Thu May 24 15:21:23 2007
New Revision: 541455

URL: http://svn.apache.org/viewvc?view=rev&rev=541455
Log:
[MRM-361] clear up scanning vs indexing verbage

Modified:
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp

Modified: maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp?view=diff&rev=541455&r1=541454&r2=541455
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp (original)
+++ maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/repositories.jsp Thu May 24 15:21:23 2007
@@ -140,12 +140,12 @@
             <td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.snapshots}</td>
           </tr>
           <tr>
-            <th>Indexed</th>
+            <th>Scanned</th>
             <td class="${repository.indexed ? 'donemark' : 'errormark'} booleanIcon"> ${repository.indexed}</td>
           </tr>
           <c:if test="${repository.indexed}">
             <tr>
-              <th>Indexing Cron</th>
+              <th>Scanning Cron</th>
               <td>${repository.refreshCronExpression}</td>
             </tr>
             <tr>
@@ -172,12 +172,12 @@
               <td>
                 <c:choose>
                   <c:when test="${empty(repository.stats)}">
-                    Never indexed.
+                    No Statistics Available.
                   </c:when>
                   <c:otherwise>
                     <table>
                       <tr>
-                        <th>Last Indexed</th>
+                        <th>Last Scanned</th>
                         <td>${repository.stats.whenGathered}</td>
                       </tr>
                       <tr>