Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make links in management navbar bar configurable #2

Open
mgeissen opened this issue Mar 7, 2023 · 0 comments
Open

Make links in management navbar bar configurable #2

mgeissen opened this issue Mar 7, 2023 · 0 comments
Labels
core Issues related to the core module enhancement New feature or request

Comments

@mgeissen
Copy link
Member

mgeissen commented Mar 7, 2023

Currently there is fixed list of links in the management navbar. This sometimes leads to a 404 page, because it is possible to disable some of the endpoints.

Furthermore, it would be nice of implementations of the library could extend the links in the navigation by adding custom links.

Code-Reference:

<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a th:href="@{|${webEndpointBasePath}/health|}">health</a></li>
<li><a th:href="@{|${webEndpointBasePath}/info|}">info</a></li>
<li><a th:href="@{|${webEndpointBasePath}/logger|}">Logger</a></li>
<li><a th:href="@{|${webEndpointBasePath}/toggles|}">Togglz</a></li>
<li><a th:href="@{|${webEndpointBasePath}/metrics|}">metrics</a></li>
</ul>

@mgeissen mgeissen added enhancement New feature or request core Issues related to the core module labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues related to the core module enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant