github.com/argoproj/argo-cd/v2@v2.10.9/docs/operator-manual/ui-customization.md (about)

     1  # UI Customization
     2  
     3  ## Default Application Details View
     4  
     5  By default, the Application Details will show the `Tree` view.
     6  
     7  This can be configured on an Application basis, by setting the `pref.argocd.argoproj.io/default-view` annotation, accepting one of: `tree`, `pods`, `network`, `list` as values.
     8  
     9  For the Pods view, the default grouping mechanism can be configured using the `pref.argocd.argoproj.io/default-pod-sort` annotation, accepting one of: `node`, `parentResource`, `topLevelResource` as values.