git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-12 22:27:05 +00:00
parent 37d0206e9f
commit 5d7bab3396
2 changed files with 19 additions and 8 deletions

View File

@ -316,6 +316,17 @@ system-status.caches.flushed=Cache {0} flushed.
system-status.caches.grid.header.size=Size
system-status.caches.flushAll=Flush All Caches
system-status.caches.all.flushed=All Caches flushed.
system-status.scanning.grid.header.repository=Repository
system-status.scanning.grid.header.files.processed=Files processed
system-status.scanning.grid.header.files.new=New Files
system-status.scanning.grid.header.stats=Stats
system-status.scanning.consumers.grid.header.name=Name
system-status.scanning.consumers.grid.header.total=Total
system-status.scanning.consumers.grid.header.average=Average
system-status.scanning.consumers.grid.header.invocations.time=Invocations time

View File

@ -423,10 +423,10 @@
<table class="table table-condensed">
<thead>
<tr>
<th>Repository</th>
<th>Files processed</th>
<th>New files</th>
<th>Stats</th>
<th>${$.i18n.prop('system-status.scanning.grid.header.repository')}</th>
<th>${$.i18n.prop('system-status.scanning.grid.header.files.processed')}</th>
<th>${$.i18n.prop('system-status.scanning.grid.header.files.new')}</th>
<th>${$.i18n.prop('system-status.scanning.grid.header.stats')}</th>
</tr>
</thead>
<tbody>
@ -440,10 +440,10 @@
<table>
<thead>
<tr>
<th>Name</th>
<th>Total</th>
<th>Average</th>
<th>Invocations time</th>
<th>${$.i18n.prop('system-status.scanning.consumers.grid.header.name')}</th>
<th>${$.i18n.prop('system-status.scanning.consumers.grid.header.total')}</th>
<th>${$.i18n.prop('system-status.scanning.consumers.grid.header.average')} ms</th>
<th>${$.i18n.prop('system-status.scanning.consumers.grid.header.invocations.time')}</th>
</tr>
</thead>
<tbody>