diff options
| author | Paul-Christian Volkmer | 2024-03-06 10:00:17 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-03-06 10:00:17 +0100 |
| commit | 36549622948da2cb2e66012876e5eef15e839aa2 (patch) | |
| tree | 8a96a9d54a74fd149a51d055d663769bee7dbc8c /src/main/resources/templates/configs.html | |
| parent | 9382da7101c0bff0c4877dcfb4e3cb9fcd5f2377 (diff) | |
feat: initial implementation of gPAS connection check
Diffstat (limited to 'src/main/resources/templates/configs.html')
| -rw-r--r-- | src/main/resources/templates/configs.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/templates/configs.html b/src/main/resources/templates/configs.html index 1ac4a26..d94deb6 100644 --- a/src/main/resources/templates/configs.html +++ b/src/main/resources/templates/configs.html @@ -45,7 +45,12 @@ </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 th:insert="~{configs/gPasConnectionAvailable.html}" th:hx-get="@{/configs?gPasConnectionAvailable}" hx-trigger="sse:gpas-connection-check"> + </div> + </section> + + <section hx-ext="sse" th:sse-connect="@{/configs/events}"> + <div th:insert="~{configs/outputConnectionAvailable.html}" th:hx-get="@{/configs?outputConnectionAvailable}" hx-trigger="sse:output-connection-check"> </div> </section> </div> |
