git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@541455
13f79535-47bb-0310-9956-
ffa450edef68
<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>
<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>