From ed4b068127530346345ed16b2e79b33bc5b03d57 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Thu, 8 Jan 2026 16:22:57 +0100 Subject: build: remove webjars and use custom build (#238) --- src/main/resources/templates/configs.html | 6 ++--- src/main/resources/templates/errors/404.html | 2 +- src/main/resources/templates/fragments.html | 2 +- src/main/resources/templates/index.html | 17 +++++++------ src/main/resources/templates/login.html | 2 +- src/main/resources/templates/report.html | 4 +-- src/main/resources/templates/statistics.html | 38 +++------------------------- 7 files changed, 19 insertions(+), 52 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index 1c8b1d3..b94257a 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -3,7 +3,7 @@ ETL-Prozessor - +
@@ -115,9 +115,7 @@ - - - + - + diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 7b56d25..4d855df 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -3,7 +3,7 @@ ETL-Prozessor - +
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html index 6ee34ac..552a86c 100644 --- a/src/main/resources/templates/report.html +++ b/src/main/resources/templates/report.html @@ -3,7 +3,7 @@ ETL-Prozessor - +
@@ -66,6 +66,6 @@ - + \ No newline at end of file diff --git a/src/main/resources/templates/statistics.html b/src/main/resources/templates/statistics.html index af6a6a9..1da382c 100644 --- a/src/main/resources/templates/statistics.html +++ b/src/main/resources/templates/statistics.html @@ -3,7 +3,7 @@ ETL-Prozessor - +
@@ -39,39 +39,7 @@ - - - + + \ No newline at end of file -- cgit v1.2.3