1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

refactor: rename css style

This commit is contained in:
2024-01-11 08:50:51 +01:00
parent 3be8bc53ff
commit de6faecb02
2 changed files with 9 additions and 8 deletions

View File

@ -11,7 +11,7 @@
<h1>Letzte Anfragen</h1>
<div class="paged-table">
<div class="border">
<div class="page-control">
<a id="first-page-link" th:href="@{/(page=${0})}" title="Zum Anfang: Taste W" th:if="${not requests.isFirst()}">&larrb;</a><a th:if="${requests.isFirst()}">&larrb;</a>
<a id="prev-page-link" th:href="@{/(page=${requests.getNumber() - 1})}" title="Seite zurück: Taste A" th:if="${not requests.isFirst()}">&larr;</a><a th:if="${requests.isFirst()}">&larr;</a>