Commit Graph

4 Commits

Author SHA1 Message Date
wujun 15f5065392 HARVESTER: filter labels 2022-07-15 09:16:07 -07:00
Alexandre Alves f65cee9082
fix for broken namespace selector on fleet (#6369)
Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
2022-07-15 09:41:31 +01:00
Phillip Rak 3c23d90b0d
Port rancher components to TypeScript (#6073)
Summary

This ports the components under pkg/rancher-components to TypeScript. Take note that this change also touches some areas outside of pkg/rancher-components, including

    shell/mixins/labeled-form-element.ts
    shell/mixins/compact-input.ts
    shell/components/form/LabeledSelect.vue
    shell/components/form/Select.vue

Making changes to these components was required to properly work with the mixins used for pkg/rancher-components/src/components/Form/LabeledInput/LabeledInput.vue. Perhaps these would be good candidates to port to Rancher Components next..

Fixes #5932
Areas or cases that should be tested

We'll need to review a good range of usages for the modified components to check for regressions. I'm mostly concerned about type errors or warnings that might be raised during runtime.
2022-06-07 10:36:37 -07:00
Phillip Rak dbe845bae8 Move get/setWidth functions to utils
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2022-05-31 08:39:54 -07:00