Commit Graph

7 Commits

Author SHA1 Message Date
Vincent Fiduccia 31ea3b138e
Eslint changes new nuxt defaults want 2020-05-28 14:22:52 -07:00
Vincent Fiduccia 87d1f89481
Make tabs work right in YAML editor 2020-05-20 15:26:04 -07:00
Nancy Butler 3c370f56fa remove upload toggle prop in favor of calling methods on refs 2020-05-04 17:32:32 -07:00
Nancy Butler fdbe07f527 use prop instead of ref to show yaml fil upload 2020-05-04 16:29:16 -07:00
Nancy Butler e13a597690 add file uploader to yamleditor; add button to resourcedetail 2020-05-04 14:29:34 -07:00
Cody Jackson 2cc259d241 Remove new yaml serialization
Adding serialization to the scope of the currently pr has become
slightly unwieldy. I'm going to put the serialization into a separate
pr.
2020-04-15 10:00:09 -07:00
Cody Jackson fea71ffae2 Refactored YAML editing to better support parameters
We needed a way to support arbitrarily complex parameters in both
type and nesting level. As a temporary solution I enabled the user
to toggle between a key value component and a yaml editor.

To enable this I refactored ResourceYaml into a composable YamlEditor
component that can be used elsewhere.

rancher/dashboard#388
rancher/dashboard#380
2020-04-15 09:53:24 -07:00