Commit Graph

4 Commits

Author SHA1 Message Date
Cody Jackson d5ce4fff2e Run the vue3 migration script
Commands run:

➤ yarn migrate
➤ git clean -fdx
➤ nvm use 20
➤ yarn
2024-08-22 16:05:36 -07:00
Nancy 790395d38a
Hide Ingress Class tab when user can't access ingress classes (#7249)
* hide ingressclass tab in svc form if user cant see ignressclass schema

* fix ingress rule path input height

* allow custom ingress class values

* allow manual input of ingress target if user cannot load ingresses

* refactor ingressclass update function for clarity
2022-12-07 15:59:16 -07:00
Phillip Rak 3d410d0974 Apply linter auto-fixes
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2022-11-16 18:38:20 -07:00
Bastian Hofmann d09778be40
Add ingressClassName field to ingress form and ingress list (#6340)
* Add ingressClassName field to ingress form and ingress list

Addresses https://github.com/rancher/dashboard/issues/6339

* Move ingressClass to details section on ingress detail page

Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2022-07-19 10:57:06 +01:00