mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
docs: how to change default view (#12140)
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
This commit is contained in:
parent
b1d0009fd9
commit
9bd10330ff
2 changed files with 10 additions and 0 deletions
9
docs/operator-manual/ui-customization.md
Normal file
9
docs/operator-manual/ui-customization.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# UI Customization
|
||||
|
||||
## Default Application Details View
|
||||
|
||||
By default, the Application Details will show the `Tree` view.
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
|
@ -48,6 +48,7 @@ nav:
|
|||
- operator-manual/resource_actions.md
|
||||
- operator-manual/custom_tools.md
|
||||
- operator-manual/custom-styles.md
|
||||
- operator-manual/ui-customization.md
|
||||
- operator-manual/metrics.md
|
||||
- operator-manual/web_based_terminal.md
|
||||
- operator-manual/config-management-plugins.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue