argoproj-labs / argocd-extension-metrics

An Argo CD extension to enable visualization of metrics in Argo CD UI.
Apache License 2.0
111 stars 25 forks source link

Fix Columns for UI #77

Open Uiopas opened 3 months ago

Uiopas commented 3 months ago

Version:

Argo CD v2.10.4 argocd-extension-metrics v1.0.0

Describe the bug:

After installing the argocd-extension-metrics extension, the UI elements specifically in the sidebar menu are misaligned. The collapsible menu headers (e.g., LABELS, PROJECTS, CLUSTERS, NAMESPACES) are no longer aligned with their respective toggle icons.

To Reproduce:

  1. Install argocd-extension-metrics on Argo CD version v2.10.4.
  2. Access the Argo CD UI and observe the sidebar menu.

Expected behavior:

The menu headers and toggle icons should be aligned properly, similar to how they are displayed without the argocd-extension-metrics extension.

Screenshots:

Attached is a screenshot demonstrating the UI misalignment in the sidebar menu. Снимок экрана 2024-04-17 в 23 31 26Снимок экрана 2024-04-17 в 23 36 15

Additional context:

This issue seems to be a direct result of installing the argocd-extension-metrics extension and affects the overall usability of the UI.

Would appreciate any guidance on how to fix this or information on a potential upcoming patch that addresses this issue.