-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 sorting applications by name #4060
Comments
@rbreeze you might want to take a look |
Hi guys, I was wondering if there is any progress on this. This sounds to be a "good first issue" to familiarise myself with ArgoCD. |
@manuNCL We haven't looked into this further yet. Feel free to work on it! |
@rbreeze Great! I'll look into this next week. Today, I managed to compile and run Argo-CD with a virtualized toolchain (I suppose) so I think I'm ready to try things out. I will keep you updated. |
@manuNCL have you made any progress on this? otherwise, I will look into improving the applications 'list' view to include sorting. |
@tetchel feel free to work on this. I've got caught up with work stuff and could not look into this. |
@rbreeze are you going to do it ? we can help here if you want |
Awesome, thank you for doing this one! |
Summary
The Argo UI doesn't currently allow sorting by name or any other attribute such as last sync time.
Motivation
I would use this when scanning the list of available apps by name, sorting by deployment time, etc.
Proposal
Client-side sorting of the fields in memory.
The text was updated successfully, but these errors were encountered: