Neil MacDougall
Neil MacDougall
Enable the legacy feature flag. Open the 'Legacy' side nav item:  Select a project in the filter at the top - the Nav collapses - if you expand if...
When running in dev, every time you change route, you get this message in the console: ``` router.js:421 [vue-router] Route with name 'c-cluster-navlinks' does not exist ``` Related to custom...
Internal Reference: SURE-7502 The node list page does not show the architecture of the node - we should add this as a column. We should also add this to the...
We embed v1 monitoring in a few places when v1 monitoring is installed: - Cluster explorer dashboard page - see: https://github.com/rancher/dashboard/blob/master/shell/pages/c/_cluster/explorer/index.vue#L570 - Node detail page - see: https://github.com/rancher/dashboard/blob/master/shell/detail/node.vue#L330 - Pod...
With the legacy feature flag enabled, when exploring a cluster, we show a legacy nav item - fully expanded, this shows: As of 2.9, all of those options APART from:...
Internal Reference: SURE-5957 When creating an EKS cluster, it's possible to define an invalid amount of min/desired, this creates the cluster, but fails due with validation from the AWS API.{}...
Currently we have a couple of hard-coded banners in pages that show under certain circumstances. We should enhance the extensions mechanism to support extensions adding page banners. We should update...
Fixes #10407 This PR improves the performance when switching between child products of explorer - to test, in a downstraam cluster, install Longhorn and NeuVector from Cluster Tools - these...
When not logged in, load the Rancher URL. The page will load, show the login screen and then shortly after will reload and show the login screen with the timed...
The user avatar menu currently looks like this:  We show a very small person icon and the layout of the user id and name looks off to me. I'd...