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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue