-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent:uiUser interfaces bugs and enhancementsUser interfaces bugs and enhancements
Description
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
When an app is first found by argo, or if after being first found by argo, the helm template command fails, argo will show two (?)
icons (fa-question-circle) next to each other, one is an "unknown state", and the other is "help" -- they are nearly identical and the juxtaposition is problematic.
To Reproduce
- Create an app file pointing to a chart that requires a values file
- Don't provide the values file
- Ask argo to digest the set
Expected behavior
Don't use nearly identical icons (even if the sizes are slightly different) to refer to unrelated concepts
Screenshots
https://cd.apps.argoproj.io/applications/rollouts-demo
Version
{
"Version": "v1.8.0+05c493b",
"BuildDate": "2020-10-20T02:01:12Z",
"GitCommit": "05c493b3a6de9f95f7e11eb35148e1639cf601b4",
"GitTreeState": "clean",
"GoVersion": "go1.14.1",
"Compiler": "gc",
"Platform": "linux/amd64",
"KsonnetVersion": "v0.13.1",
"KustomizeVersion": "v3.8.1 2020-07-16T00:58:46Z",
"HelmVersion": "v3.3.1+g249e521",
"KubectlVersion": "v1.17.8",
"JsonnetVersion": "v0.16.0"
}
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:uiUser interfaces bugs and enhancementsUser interfaces bugs and enhancements