Group cache and keys links

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent 0775449eae
commit b5a4f75fb9
  1. 6
      archive/src/main/resources/org/openrs2/archive/templates/caches/index.html

@ -53,8 +53,10 @@
>Calculating...
</td>
<td>
<a th:href="${'/caches/' + cache.id + '.zip'}" class="btn btn-primary btn-sm">Cache</a>
<a th:href="${'/caches/' + cache.id + '.json'}" class="btn btn-primary btn-sm">Keys</a>
<div class="btn-group">
<a th:href="${'/caches/' + cache.id + '.zip'}" class="btn btn-primary btn-sm">Cache</a>
<a th:href="${'/caches/' + cache.id + '.json'}" class="btn btn-primary btn-sm">Keys</a>
</div>
</td>
</tr>
</tbody>

Loading…
Cancel
Save