🐛 Fix offline clusters styling in Stats Overview#4132
Conversation
The Stats Overview bar's Offline (unreachable) block defaulted to heatmap display mode, which fills the entire block with a solid color overlay — visually inconsistent with the other blocks that use the standard glass appearance. Change the default display mode for both unreachable and unhealthy cluster stat blocks from heatmap to numeric so they match the uniform styling of the rest of the stats bar. Fixes #4127 Signed-off-by: Andrew Anderson <andy@clubanderson.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for kubestellarconsole ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Updates default Stats Overview display modes so Offline (unreachable) and Unhealthy cluster blocks use the same “glass” styling as other blocks, addressing the solid-color overlay caused by the heatmap default (Fixes #4127).
Changes:
- Switch default display mode for
clusters:unhealthyfromheatmaptonumeric - Switch default display mode for
clusters:unreachablefromheatmaptonumeric - Clarify the inline comment describing the cluster defaults
|
👋 Hey @clubanderson — thanks for opening this PR!
This is an automated message. |
|
Thank you for your contribution! Your PR has been merged. Check out what's new:
Stay connected: Slack #kubestellar-dev | Multi-Cluster Survey |
Summary
heatmapdisplay mode by default, which fills the entire block with a solid color overlay — visually inconsistent with the other blocks that use the standard glass appearance.unreachableandunhealthycluster stat blocks fromheatmaptonumericso they match the uniform styling of the rest of the stats bar.Fixes #4127
Test plan