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 support for different sort order of dashboard tiles #423

Open
gene1wood opened this issue Nov 30, 2020 · 0 comments
Open

Add support for different sort order of dashboard tiles #423

gene1wood opened this issue Nov 30, 2020 · 0 comments

Comments

@gene1wood
Copy link
Contributor

The SSO dashboard currently sorts all the tiles on the dashboard by their name.

This results in an entry like The Hub being sorted in the T's.

Either add some logic to detect prefixes like The and strip them before sorting

or add support to assert in apps.yml the string that should be used for purposes of sorting. The idea would be in the absence of this setting in an apps.yml entry, the name of the application would be used for sorting (as it is today), but if this new field was present, that value would be used instead. In the case of The Hub this new field, e.g. called sort_name, would have a value of Hub.

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

No branches or pull requests

1 participant