rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
463 stars 262 forks source link

Badge Background Color is not applied successfully from Cluster Dashboard page #12582

Open rancher-max opened 2 weeks ago

rancher-max commented 2 weeks ago

Setup

Describe the bug

Using the paintbrush to edit the Cluster Appearance --> Badge Background Color from within the cluster exploration view does not successfully apply the color change.

To Reproduce

  1. Navigate to local cluster explore page by going to Cluster Management --> "Explore" button on "local" cluster
  2. Click the paintbrush next to "Cluster Tools" towards the top right of the page
  3. Select the checkbox for "Badge Background Color" and choose any color
  4. Click Apply

Result The color is not applied.

Expected Result

The color should be applied.

Screenshots

image image image

Additional context

Note that the color in the "Badge Background Color" selection does successfully change, it just does not apply it to the badge itself in the top left.

rak-phillip commented 2 weeks ago

This might be a Norman issue.. navigating to /v3/clusters/{cluster-id} and manually editing badge values produces a HTTP 200 response and returns the updated values in the response, yet the old values persist afterward.