mirror of https://github.com/apache/archiva.git
[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:
parent
e705ccfc96
commit
cc93e200f2
|
@ -140,12 +140,12 @@
|
||||||
<td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.snapshots}</td>
|
<td class="${repository.snapshots ? 'donemark' : 'errormark'} booleanIcon"> ${repository.snapshots}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Indexed</th>
|
<th>Scanned</th>
|
||||||
<td class="${repository.indexed ? 'donemark' : 'errormark'} booleanIcon"> ${repository.indexed}</td>
|
<td class="${repository.indexed ? 'donemark' : 'errormark'} booleanIcon"> ${repository.indexed}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<c:if test="${repository.indexed}">
|
<c:if test="${repository.indexed}">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Indexing Cron</th>
|
<th>Scanning Cron</th>
|
||||||
<td>${repository.refreshCronExpression}</td>
|
<td>${repository.refreshCronExpression}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -172,12 +172,12 @@
|
||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${empty(repository.stats)}">
|
<c:when test="${empty(repository.stats)}">
|
||||||
Never indexed.
|
No Statistics Available.
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Last Indexed</th>
|
<th>Last Scanned</th>
|
||||||
<td>${repository.stats.whenGathered}</td>
|
<td>${repository.stats.whenGathered}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue