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 ++++++++----- .../templates/configs/outputConnectionAvailable.html | 13 ++++++++----- 2 files changed, 16 insertions(+), 10 deletions(-) (limited to 'src/main/resources/templates') 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 diff --git a/src/main/resources/templates/configs/outputConnectionAvailable.html b/src/main/resources/templates/configs/outputConnectionAvailable.html index 2b18b75..63d77db 100644 --- a/src/main/resources/templates/configs/outputConnectionAvailable.html +++ b/src/main/resources/templates/configs/outputConnectionAvailable.html @@ -1,12 +1,15 @@ -

MTB-File Verbindung

+

MTB-File Verbindung

- Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell - verfügbar. - nicht verfügbar. + Stand: +
+
+ Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell. + verfügbar. + nicht verfügbar.
ETL-Processor - + bwHC-Backend Kafka-Broker 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 ++ src/main/resources/templates/configs/outputConnectionAvailable.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/resources/templates') 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 diff --git a/src/main/resources/templates/configs/outputConnectionAvailable.html b/src/main/resources/templates/configs/outputConnectionAvailable.html index 63d77db..e6e970b 100644 --- a/src/main/resources/templates/configs/outputConnectionAvailable.html +++ b/src/main/resources/templates/configs/outputConnectionAvailable.html @@ -1,9 +1,11 @@

MTB-File Verbindung

Stand: +  |  + Letzte Änderung:
- Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell. + Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell verfügbar. nicht verfügbar.
-- cgit v1.2.3 From 8ae958b8c4ffdef1694e2a0da88cf0bd69e211be Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 26 Mar 2024 09:56:31 +0100 Subject: feat: show information if no output is defined --- .../configs/outputConnectionAvailable.html | 47 ++++++++++++---------- 1 file changed, 26 insertions(+), 21 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/configs/outputConnectionAvailable.html b/src/main/resources/templates/configs/outputConnectionAvailable.html index e6e970b..4b7f8d1 100644 --- a/src/main/resources/templates/configs/outputConnectionAvailable.html +++ b/src/main/resources/templates/configs/outputConnectionAvailable.html @@ -1,21 +1,26 @@ -

MTB-File Verbindung

-
- Stand: -  |  - Letzte Änderung: -
-
- Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell - verfügbar. - nicht verfügbar. -
-
- ETL-Processor - - bwHC-Backend - Kafka-Broker - ETL-Processor - - bwHC-Backend - Kafka-Broker -
\ No newline at end of file + +

🟦 Keine Ausgabenkonfiguration

+
+ +

MTB-File Verbindung

+
+ Stand: +  |  + Letzte Änderung: +
+
+ Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell + verfügbar. + nicht verfügbar. +
+
+ ETL-Processor + + bwHC-Backend + Kafka-Broker + ETL-Processor + + bwHC-Backend + Kafka-Broker +
+
\ No newline at end of file -- cgit v1.2.3