Commit Graph

8 Commits

Author SHA1 Message Date
Phillip Rak a7883c448d Revert change to `IngressClass.vue`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-08-04 15:48:21 -07:00
Phillip Rak a66084f8a4 Remove complex init logic from ingress data props
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-07-30 10:27:42 -07:00
Phillip Rak 616676b069 Unit test changes made to IngressClass
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-04-07 15:46:36 -07:00
Phillip Rak 3ee69896a9 Update labeled select to use `update:value` instead of `selecting`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2025-04-07 15:19:05 -07:00
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