summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/configs.html
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-01-18 14:13:15 +0100
committerPaul-Christian Volkmer2024-01-18 14:13:15 +0100
commit30cf0fd22e492fd2b0052ddfd5b808da51b36052 (patch)
tree5745f1a2be493e9149cc986833d904bd62e01bfc /src/main/resources/templates/configs.html
parent531a8589db2bf170e6272602ccb4a3c4457186d8 (diff)
feat #29: add initial support for mtbfile api tokens
Diffstat (limited to 'src/main/resources/templates/configs.html')
-rw-r--r--src/main/resources/templates/configs.html4
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>