diff options
| author | Paul-Christian Volkmer | 2024-03-01 13:51:06 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-01 13:51:06 +0100 |
| commit | feb9f2430c0f3e73ed94f029cb6f92e7ff1eae65 (patch) | |
| tree | cbbb8f405a249607ef8419db6f3d2dbe2d63ec5d /src/main/resources/templates/configs.html | |
| parent | 200c5338ea2d55c9008d646e8eb0462b71dc279f (diff) | |
feat: add config page for user role assignment
Diffstat (limited to 'src/main/resources/templates/configs.html')
| -rw-r--r-- | src/main/resources/templates/configs.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index ebef7ca..2103b0b 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -40,6 +40,9 @@ <section th:insert="~{configs/tokens.html}"> </section> + <section th:insert="~{configs/userroles.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> |
