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

Add option to control position of links and dropdowns in navigation. #21296

Open
linuspahl opened this issue Jan 8, 2025 · 0 comments
Open
Labels

Comments

@linuspahl
Copy link
Contributor

Description

Currently the order of navigation items is based on the following logic:

All navigation items are part of the plugin store. The items from core get registered first and the items from plugins afterwards. Simple links are rendered first and dropdowns second. The rendered order of e.g. pages is based on the order in the plugin store.

The only way to control the position of a dropdown is via the attribute position: 'last'. This is currently being used for the system dropdown.

It would be helpful to have more control over the order of navigation items. For example to place navigation items from a plugin in between navigation items from core.

Graylog Version: 6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant