Nancy
Nancy
This is a port of an issue first reported in Harvester but which applies to Cluster Explorer too: https://github.com/harvester/dashboard/pull/450 The solution in the above PR breaks the display of some...
Similar to https://github.com/rancher/dashboard/issues/10489 we need to remove references to v1 alerting and monitoring from the Ember UI'. "Alerts" "Notifiers" and "Monitoring" should all be removed from the cluster-level navigation: ![Screenshot...
### Summary Fixes #8966 #6840 #10510 #7295 I hit problems with KeyValue and LabeledSelect in this PR, which I'm now looking into: https://github.com/rancher/dashboard/issues/9668 https://github.com/rancher/dashboard/issues/10587 The LabeledSelect bug in particular is...
Found as part of rancher/dashboard#8966 The KeyValue component does not re-calculate its display 'rows' when asMap is true (KeyValue's `value` is an object). If the value changes in the parent...
The UI has a fair bit of hardcoded amazon data, see: https://github.com/rancher/ui/blob/master/lib/shared/addon/utils/amazon.js In particular we are manually keeping track of which EKS versions to show. We should investigate whether or...
Seen during rancher/dashboard#8965 , where there are ~800 vm sizes available in the default region. This appears to be a consequence of changes here https://github.com/rancher/dashboard/pull/8154/files - `getOptionLabel` runs for each...
**Rancher Server Setup** - Rancher version: v2.6-82bf0001177d3963056c53136241e6e7e94eeb8a-head - Installation option (Docker install/Helm Chart): helm - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): k3s - Proxy/Cert...
### Summary Fixes #8967 #10621 ### Occurred changes and/or fixed issues Functionality should be on par with existing GKE provisioning in the Ember UI. Some Ember validation happens at same...
**Is your feature request related to a problem? Please describe.** As part of the dashboard/ui release process, we update a couple env vars in the rancher/rancher repo, eg https://github.com/rancher/rancher/pull/45491 These...