diff options
| author | Paul-Christian Volkmer | 2024-01-18 14:29:52 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-18 14:29:52 +0100 |
| commit | 358373cf70212b97044e9714ad1b913fcd24e6bc (patch) | |
| tree | edabf0677d519437dfe78bdb0c8cd7ba2d217fd3 /src/main/resources/templates/configs.html | |
| parent | 531a8589db2bf170e6272602ccb4a3c4457186d8 (diff) | |
| parent | 27a62321faec1087048e624fe68ab53c4fdbc0a3 (diff) | |
Merge pull request #30 from CCC-MF/issue_29
Issue #29: Unterstützung für Endpoint-Tokens
Diffstat (limited to 'src/main/resources/templates/configs.html')
| -rw-r--r-- | src/main/resources/templates/configs.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index 3c3d744..ebef7ca 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -37,6 +37,9 @@ </table> </section> + <section th:insert="~{configs/tokens.html}"> + </section> + <section hx-ext="sse" th:sse-connect="@{/configs/events}"> <div th:insert="~{configs/connectionAvailable.html}" th:hx-get="@{/configs?connectionAvailable}" hx-trigger="sse:connection-available"> </div> @@ -86,6 +89,7 @@ </th:block> </section> </main> + <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> </body> |
