From f98c9703488f04667fa30fc3172ca28b686f8bf3 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 9 Jan 2024 18:09:44 +0100 Subject: chore: layout and style changes --- src/main/resources/templates/configs.html | 121 +++++++++++++++------------ src/main/resources/templates/fragments.html | 4 + src/main/resources/templates/report.html | 16 ++-- src/main/resources/templates/statistics.html | 40 +++++---- 4 files changed, 104 insertions(+), 77 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index 1d76063..5de2a79 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -10,67 +10,80 @@

Konfiguration

-

Allgemeine Konfiguration

- - - - - - - - +
+

🔧 Allgemeine Konfiguration

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

Verbindung zum bwHC-Backend

-

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

+
+

Verbindung zum bwHC-Backend

+

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

+
-

Transformationen

+
+

Transformationen

-

Syntax

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

Syntax

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

Konfigurierte Transformationen

-

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

+

Konfigurierte Transformationen

+ +

+ Keine konfigurierten Transformationen. +

+
+ +

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

- - - - - - - - - - - - - -
JSON-PathTransformation von ⇒ nach
- [[ ${transformation.path} ]] - - [[ ${transformation.existingValue} ]] - - [[ ${transformation.newValue} ]] -
+ + + + + + + + + + + + + +
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 fbbe47d..677e841 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -7,6 +7,10 @@