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

dashboard menu command ordering #8004

Open
1 task done
3GDXC opened this issue Mar 11, 2025 · 0 comments
Open
1 task done

dashboard menu command ordering #8004

3GDXC opened this issue Mar 11, 2025 · 0 comments

Comments

@3GDXC
Copy link

3GDXC commented Mar 11, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

consider dashboard ResourceCommandAnnotation having the ability to be ordered

Describe the solution you'd like

add an optional value to the ResourceCommandAnnotation the represents the command position in the dashboard menu

int? Ordinal

Additional context

ResourceCommandAnnotation may be added out of order or by 3rd party developers later; having the ability to provide a order these commands appear in the UI would provide a better user experience; the order may be performed server side and provided to the client via the GRPC Dashboard service or by the client UI itself.

@3GDXC 3GDXC changed the title dashboard menu ordering dashboard menu command ordering Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant