[MRM-361] clear up scanning vs indexing verbage

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jesse McConnell 2007-05-24 22:21:23 +00:00
parent e705ccfc96
commit cc93e200f2
1 changed files with 4 additions and 4 deletions

View File

@ -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>