1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-03 23:12:54 +00:00

feat: show configured endpoints

This commit is contained in:
2024-01-11 08:51:30 +01:00
parent de6faecb02
commit c2026bdd07
5 changed files with 15 additions and 3 deletions

View File

@ -29,8 +29,9 @@
<td>[[ ${mtbFileSender} ]]</td>
</tr>
<tr>
<td>Endpunkt</td>
<td>[[ ${mtbFileSender} ]]</td>
<td th:if="${mtbFileSender.startsWith('Rest')}">REST-Endpunkt</td>
<td th:if="${mtbFileSender.startsWith('Kafka')}">Kafka-Broker und Topics</td>
<td>[[ ${mtbFileEndpoint} ]]</td>
</tr>
</tbody>
</table>
@ -43,7 +44,7 @@
<strong th:if="${connectionAvailable}" style="color: green">verfügbar.</strong>
<strong th:if="${not(connectionAvailable)}" style="color: red">nicht verfügbar.</strong>
</div>
<div class="connection-display">
<div class="connection-display border">
<img th:src="@{/server.png}" alt="ETL-Processor" />
<span class="connection" th:styleappend="${connectionAvailable ? 'available' : ''}"></span>
<img th:if="${mtbFileSender.startsWith('Rest')}" th:src="@{/server.png}" alt="bwHC-Backend" />