kiali icon indicating copy to clipboard operation
kiali copied to clipboard

Consistent display format for configuration values on the Mesh page

Open ferhoyos opened this issue 6 months ago • 0 comments

What do you want to improve?

UI alignment of the configuration values on the Mesh page.

What is the current behavior?

Currently, different configurations are displayed in different formats:

  • YAML format for Istio config or Kiali status

image

  • Table format for Kiali config and other components (Jaeger, Prometheus, Grafana, etc.)

image

What is the new behavior?

To avoid user confusion and improve UI alignment, all configurations should be displayed in the same format. The YAML format is the best approach because it is already familiar to users and better displays complex configurations (https://github.com/kiali/kiali/issues/7459).

ferhoyos avatar Aug 13 '24 12:08 ferhoyos