diff options
| author | Paul-Christian Volkmer | 2026-01-08 16:22:57 +0100 |
|---|---|---|
| committer | GitHub | 2026-01-08 15:22:57 +0000 |
| commit | ed4b068127530346345ed16b2e79b33bc5b03d57 (patch) | |
| tree | 173d36e24bb04ea61a2a960dd765e1c745dd6f6b /src/main/resources/templates/configs.html | |
| parent | 7045318e87ecc853c000e9e11c955bc6298f2d56 (diff) | |
build: remove webjars and use custom build (#238)
Diffstat (limited to 'src/main/resources/templates/configs.html')
| -rw-r--r-- | src/main/resources/templates/configs.html | 6 |
1 files changed, 2 insertions, 4 deletions
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 @@ <head> <meta charset="UTF-8"> <title>ETL-Prozessor</title> - <link rel="stylesheet" th:href="@{/style.css}" /> + <link rel="stylesheet" th:href="@{/main.css}"/> </head> <body> <div th:replace="~{fragments.html :: nav}"></div> @@ -115,9 +115,7 @@ </div> </main> <footer th:replace="~{fragments.html :: footer}"></footer> - <script th:src="@{/scripts.js}"></script> - <script th:src="@{/webjars/htmx.org/dist/htmx.min.js}"></script> - <script th:src="@{/webjars/htmx.org/dist/ext/sse.js}"></script> + <script th:src="@{/main.js}"></script> <script> function selectTab(self, elem) { Array.from(document.getElementsByClassName('tab')).forEach(e => e.className = 'tab'); |
