diff options
| author | Paul-Christian Volkmer | 2025-03-20 14:39:40 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2025-03-20 14:39:40 +0100 |
| commit | 47ebe46974dcd7c6078d7a9a7f0a541f39d82c64 (patch) | |
| tree | 2643cdef88df84530173683f08ade88873ca85bc /src/main/resources/templates/configs | |
| parent | f347653be83682e95606358ac25242a219508236 (diff) | |
feat: add checks for DNPM:DIP backend
Since DNPM:DIP responds with HTTP 404 on API base path, the Kaplan-Meier Config
endpoint will be used to check availability of DNPM:DIP backend API.
Diffstat (limited to 'src/main/resources/templates/configs')
| -rw-r--r-- | src/main/resources/templates/configs/outputConnectionAvailable.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/templates/configs/outputConnectionAvailable.html b/src/main/resources/templates/configs/outputConnectionAvailable.html index 4b7f8d1..93ad549 100644 --- a/src/main/resources/templates/configs/outputConnectionAvailable.html +++ b/src/main/resources/templates/configs/outputConnectionAvailable.html @@ -20,7 +20,8 @@ <img th:if="${mtbFileSender.startsWith('Kafka')}" th:src="@{/kafka.png}" alt="Kafka-Broker" /> <span>ETL-Processor</span> <span></span> - <span th:if="${mtbFileSender.startsWith('Rest')}">bwHC-Backend</span> + <span th:if="${mtbFileSender.startsWith('RestBwhc')}">bwHC-Backend</span> + <span th:if="${mtbFileSender.startsWith('RestDip')}">DNPM:DIP-Backend</span> <span th:if="${mtbFileSender.startsWith('Kafka')}">Kafka-Broker</span> </div> </th:block>
\ No newline at end of file |
