diff options
| author | Paul-Christian Volkmer | 2024-03-25 17:24:33 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-25 17:24:33 +0100 |
| commit | 08540e3bd7e0d2ef1a13a07e8827c25c601120a3 (patch) | |
| tree | de96b8d6339fb11027c8e7a3ea5f53b3ba7ea88c /src/main/resources/templates/configs/gPasConnectionAvailable.html | |
| parent | 43af1aa1034706f23af0a893f491f3307708c6aa (diff) | |
feat: add timestamp of last connection check change
Diffstat (limited to 'src/main/resources/templates/configs/gPasConnectionAvailable.html')
| -rw-r--r-- | src/main/resources/templates/configs/gPasConnectionAvailable.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/templates/configs/gPasConnectionAvailable.html b/src/main/resources/templates/configs/gPasConnectionAvailable.html index ea9dead..a9a8517 100644 --- a/src/main/resources/templates/configs/gPasConnectionAvailable.html +++ b/src/main/resources/templates/configs/gPasConnectionAvailable.html @@ -5,6 +5,8 @@ <h2><span th:if="${gPasConnectionAvailable.available}">✅</span><span th:if="${not(gPasConnectionAvailable.available)}">⚡</span> Verbindung zu gPAS</h2> <div> Stand: <time style="font-weight: bold" th:datetime="${#temporals.formatISO(gPasConnectionAvailable.timestamp)}" th:text="${#temporals.formatISO(gPasConnectionAvailable.timestamp)}"></time> + | + Letzte Änderung: <time style="font-weight: bold" th:datetime="${#temporals.formatISO(gPasConnectionAvailable.lastChange)}" th:text="${#temporals.formatISO(gPasConnectionAvailable.lastChange)}"></time> </div> <div> <span>Die Verbindung ist aktuell</span> |
