headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

frontend Layout.tsx: Fix comparing new clusters config

Open joaquimrocha opened this issue 1 month ago • 1 comments

The cluster config processing in the mentioned file was testing stateless clusters as coming from the /config endpoint but that's not the case. Also, it was changing the redux state directly which led to issues.

These changes simplify this comparison and remove the check for stateless clusters.

joaquimrocha avatar Jun 27 '24 11:06 joaquimrocha