lists
- previously workload list and detail used pod status phase
- pod status phase can sometimes appear contradictory to pod state (#4745)
- so show the same in all three locations
- Note - Job related workloads remain unchanged
Also
- Workload detail count gauges... don't show percentage doughnut if they're
all just circles (all in one state). Without variance these are confusing
1. As of Dart Sass 2.0.0, !global assignments won't be able to declare new variables.
Since this assignment is at the root of the stylesheet, the !global flag is
unnecessary and can safely be removed.
2. Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($spacing, 2)
- Made a generic CountGauge
- Made ResourceGauge a specialization of CountGauge
- Swapped the cluster overview page to using the counts instead of requesting the resources
rancher/dashboard#1089