1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-18 05:12:54 +00:00

feat: add timestamp of last connection check change

This commit is contained in:
2024-03-25 17:24:33 +01:00
parent 43af1aa103
commit 08540e3bd7
3 changed files with 57 additions and 14 deletions

View File

@ -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>
&nbsp;|&nbsp;
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>