diff options
| author | Paul-Christian Volkmer | 2024-01-02 06:48:11 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-02 06:51:01 +0100 |
| commit | e5d80f89b031c69695c9c79deb3fe6b5bee1d719 (patch) | |
| tree | fd1138be1648ec45f1c04db1b5d39625c3606997 /src/main/resources/templates/fragments.html | |
| parent | 5d0e815037026b5e9d2b4dc912db0683ea428341 (diff) | |
feat #15: add connection checks to bwHC backend
Diffstat (limited to 'src/main/resources/templates/fragments.html')
| -rw-r--r-- | src/main/resources/templates/fragments.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index ea0fe1d..fbbe47d 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -10,7 +10,7 @@ <ul> <li><a th:href="@{/}">Übersicht</a></li> <li><a th:href="@{/statistics}">Statistiken</a></li> - <li><a th:href="@{/transformations}">Transformationen</a></li> + <li><a th:href="@{/configs}">Konfiguration</a></li> </ul> </nav> </div> |
