You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally had the time to deep into this. I think @keithchong is right. A "Grouped Node" would pass by another function renderGroupedNodes() which doesn't add the 'application-resource-tree__node--' + node.kind.toLowerCase(), class like the renderResourceNode() does. Therefore, it looks safe to just remove it.
Checklist:
argocd version
.Describe the bug
When using a resource Kind NodeGroup (ie: ACK Controller NodeGroup), the UI is adding an extra 25px padding top
The issue come from the fact that any object suffixed by
--nodegroup
has an extra 25pxargo-cd/ui/src/app/applications/components/application-resource-tree/application-resource-tree.scss
Line 153 in 5d3bdb5
argo-cd/ui/src/app/applications/components/application-resource-tree/application-resource-tree.tsx
Line 744 in 5d3bdb5
Issue that introduce this feature: #12089
To Reproduce
Deploy the ACK controller EKS: https://github.com/aws-controllers-k8s/eks-controller/tree/main
Create a resource NodeGroup
Expected behavior
Must be aligned
Screenshots
Version
All
The text was updated successfully, but these errors were encountered: