Commit Graph

8 Commits

Author SHA1 Message Date
Richard Cox bcd6fb84a7 Use same metric for pod state in workload list, workload detail and pod
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
2021-12-13 13:40:23 +00:00
Phillip Rak 043906d261 Remove deprecation warnings
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)
2021-10-12 13:07:37 -07:00
Nancy Butler 538a51ec8a replace gauge component
alerts table
2021-04-27 07:44:01 -07:00
Neil MacDougall e31b232fb0
WIP: Navigation and other UI changes 2021-04-20 01:23:37 -07:00
Neil MacDougall 29d8c07b86
Fix some lint issues 2021-04-20 00:49:58 -07:00
Neil MacDougall 8c44642fb7
WIP: Navigation and other UI changes 2021-04-20 00:49:55 -07:00
Neil MacDougall cd8d16e55d Switch over to lato-fonts 2021-04-01 11:39:30 +01:00
Cody Jackson 6e81b2caa3 Implementing logging overview
- 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
2020-09-09 10:14:43 -07:00