From 43af1aa1034706f23af0a893f491f3307708c6aa Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 25 Mar 2024 17:09:27 +0100 Subject: feat: add timestamp to connection check display --- .../templates/configs/gPasConnectionAvailable.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/main/resources/templates/configs/gPasConnectionAvailable.html') diff --git a/src/main/resources/templates/configs/gPasConnectionAvailable.html b/src/main/resources/templates/configs/gPasConnectionAvailable.html index 6dccc60..ea9dead 100644 --- a/src/main/resources/templates/configs/gPasConnectionAvailable.html +++ b/src/main/resources/templates/configs/gPasConnectionAvailable.html @@ -2,15 +2,18 @@

🟦 gPAS nicht konfiguriert - Patienten-IDs werden intern anonymisiert

-

✅⚡ Verbindung zu gPAS

+

✅⚡ Verbindung zu gPAS

- Die Verbindung ist aktuell - verfügbar. - nicht verfügbar. + Stand: +
+
+ Die Verbindung ist aktuell + verfügbar. + nicht verfügbar.
ETL-Processor - + gPAS ETL-Processor -- cgit v1.2.3 From 08540e3bd7e0d2ef1a13a07e8827c25c601120a3 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 25 Mar 2024 17:24:33 +0100 Subject: feat: add timestamp of last connection check change --- src/main/resources/templates/configs/gPasConnectionAvailable.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/templates/configs/gPasConnectionAvailable.html') 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 @@

✅⚡ Verbindung zu gPAS

Stand: +  |  + Letzte Änderung:
Die Verbindung ist aktuell -- cgit v1.2.3