Skip to content

Make links in management navbar bar configurable #2

@mgeissen

Description

@mgeissen

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreIssues related to the core moduleenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions