summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/configs.html
diff options
context:
space:
mode:
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>