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:
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
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
For my reference, it's in fact the same icon: https://github.com/argoproj/argo-cd/search?q=fa-question-circle
https://github.com/argoproj/argo-cd/blob/416969730235593181ab88dc0d6efb80ff0e7902/ui/src/app/settings/components/project-sync-windows-edit/project-sync-windows-edit.tsx#L12-L17
https://github.com/argoproj/argo-cd/blob/3e19b2fdf144bb924ecb92614f9ff4d5eb2b5d35/ui/src/app/settings/components/project-details/project-details.tsx#L32-L37
https://github.com/argoproj/argo-cd/blob/cdb3df1077af6832c53cd72ec8b2fc0f5cdf7998/ui/src/app/applications/components/utils.tsx#L91-L92
https://github.com/argoproj/argo-cd/blob/cdb3df1077af6832c53cd72ec8b2fc0f5cdf7998/ui/src/app/applications/components/utils.tsx#L156-L158
https://github.com/argoproj/argo-cd/blob/cdb3df1077af6832c53cd72ec8b2fc0f5cdf7998/ui/src/app/applications/components/utils.tsx#L185-L187
https://github.com/argoproj/argo-cd/blob/cdb3df1077af6832c53cd72ec8b2fc0f5cdf7998/ui/src/app/applications/components/utils.tsx#L430-L464
Possible icons for unknown:




If any of these appeal, I can write a PR for it.
Alternatively, the help icon could be replaced by an info icon, as it isn't really help.
I think ghost is the best option
Argo CD has to show unknown when it does not know status or cannot show it because user don't have permissions. I think ghost works well for both cases.
Most helpful comment
I think ghost is the best option
Argo CD has to show unknown when it does not know status or cannot show it because user don't have permissions. I think ghost works well for both cases.