From e5d80f89b031c69695c9c79deb3fe6b5bee1d719 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 2 Jan 2024 06:48:11 +0100 Subject: feat #15: add connection checks to bwHC backend --- src/main/resources/templates/configs.html | 76 +++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 src/main/resources/templates/configs.html (limited to 'src/main/resources/templates/configs.html') diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html new file mode 100644 index 0000000..1d76063 --- /dev/null +++ b/src/main/resources/templates/configs.html @@ -0,0 +1,76 @@ + + + + + ETL-Prozessor + + + +
+
+

Konfiguration

+ +

Allgemeine Konfiguration

+ + + + + + + + + + + + + + + + + +
NameWert
Pseudonym erzeugt über[[ ${pseudonymGenerator} ]]
MTBFile-Sender[[ ${mtbFileSender} ]]
+ +

Verbindung zum bwHC-Backend

+

+ Verbindung über [[ ${mtbFileSender} ]]. Die Verbindung ist aktuell + verfügbar. + nicht verfügbar! +

+ +

Transformationen

+ +

Syntax

+ Hier einige Beispiele zum Syntax des JSON-Path + + +

Konfigurierte Transformationen

+

+ Hier sehen Sie eine Übersicht der konfigurierten Transformationen. +

+ + + + + + + + + + + + + + +
JSON-PathTransformation von ⇒ nach
+ [[ ${transformation.path} ]] + + [[ ${transformation.existingValue} ]] + + [[ ${transformation.newValue} ]] +
+
+ + \ No newline at end of file -- cgit v1.2.3