Rename 'Indexes' column to 'Archives'

Signed-off-by: Graham <gpe@openrs2.org>
bzip2
Graham 2 years ago
parent ab964a2b1f
commit 0cf1881db4
  1. 2
      archive/src/main/resources/org/openrs2/archive/templates/caches/index.html
  2. 2
      archive/src/main/resources/org/openrs2/archive/templates/caches/show.html

@ -19,7 +19,7 @@
<th data-field="builds" data-filter-control="input" data-sortable="true">Build(s)</th>
<th data-field="timestamp" data-sortable="true">Timestamp</th>
<th data-field="sources" data-filter-control="input">Source(s)</th>
<th>Indexes</th>
<th>Archives</th>
<th>Groups</th>
<th>Keys<sup><a href="#empty-locs">1</a></sup></th>
<th>Size<sup><a href="#size">2</a></sup></th>

@ -19,7 +19,7 @@
<td th:text="${cache.masterIndex}? ${cache.masterIndex.format} : 'LEGACY'">VERSIONED</td>
</tr>
<tr>
<th class="table-dark">Indexes</th>
<th class="table-dark">Archives</th>
<td th:class="${cache.stats}? (${cache.stats.allIndexesValid}? 'table-success' : 'table-danger')"
th:text="${cache.stats}? ${cache.stats.validIndexes} + ' / ' + ${cache.stats.indexes} + ' (' + ${#numbers.formatPercent(cache.stats.validIndexesFraction, 1, 2)} + ')' : 'Calculating...'">
Calculating...

Loading…
Cancel
Save