Commit Graph

3 Commits

Author SHA1 Message Date
Nancy 5607114e5d
update all instances of LabeledInput using v-model.number to use v-model:value.number (#11902)
* update all instances of LabeledInput using v-model.number

* add probe http headers unit test

* add hookoption test

* remove codemirror focus change
2024-09-19 14:46:37 -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
Bastian Hofmann 10a9c31fbc
Add HorizontalPodAutoscaler scaling behavior support
* Adds form fields to edit the autoscaling behavior in the HPA edit form
* Adds autoscaling behavior information on the HPA detail page

Fixes https://github.com/rancher/dashboard/issues/9032

Signed-off-by: Bastian Hofmann <mail@bastianhofmann.de>
2023-07-10 16:33:04 +02:00