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 +++++++++++++++++++++++ src/main/resources/templates/fragments.html | 2 +- src/main/resources/templates/transformations.html | 47 -------------- 3 files changed, 77 insertions(+), 48 deletions(-) create mode 100644 src/main/resources/templates/configs.html delete mode 100644 src/main/resources/templates/transformations.html (limited to 'src/main/resources/templates') 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 diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index ea0fe1d..fbbe47d 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -10,7 +10,7 @@ diff --git a/src/main/resources/templates/transformations.html b/src/main/resources/templates/transformations.html deleted file mode 100644 index b8e2f37..0000000 --- a/src/main/resources/templates/transformations.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - ETL-Prozessor - - - -
-
-

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