-
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
Option to set default view for argocd apps #12019
Comments
Wow, I was thinking of the same thing right now, had similar issues in the past days. This makes even more sense as view extensions just landed. What I would like to be able to configure is:
|
I am also thinking that a different view might make sense on an application basis. So in addition to supporting this in @alexmt / @rbreeze as you're working on view extensions, what do you think? see also initial PR: #12080 (we really need it internally) |
…oproj#12019) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
@alexef I agree, this makes sense on a per app basis. Taking a look at the PR |
) (#12080) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Co-authored-by: Remington Breeze <remington@breeze.software>
…oproj#12019) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
…oproj#12019) (argoproj#12080) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: emirot <emirot.nolan@gmail.com>
…oproj#12019) (argoproj#12080) Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com> Co-authored-by: Remington Breeze <remington@breeze.software> Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
It would be great if we can override for all apps from a argocd-cm param too.It can be tedious to change in case of hundreds apps. |
Closing this since the original ask is done: https://argo-cd.readthedocs.io/en/latest/operator-manual/ui-customization/#default-application-details-view @shuker85 would you mind opening a new issue for the global setting? |
Summary
It would be really helpful give option to set config for default UI element.
For example today the default view is "APPLICATION DETAILS TREE" but there is no way to change that default view to something else with help of configmap or some settings in yaml. (If there is already then please let me know)
Motivation
Started looking into this because many developers complained that while loading the app view the UI was not responding well and hanging a bit (we have around 1200 different application there). We did try to improve the performance by updating different settings but didnt see much difference. And noticed a nice work around is to change the default view to "APPLICATION DETAILS NETWORK" which loads faster.
Proposal
Maybe an option in externalArgs or configmap?
The text was updated successfully, but these errors were encountered: