File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
cyclops-ui/src/components/pages/NewModule Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ const NewModule = () => {
592
592
</ Col >
593
593
</ Row >
594
594
< Modal
595
- title = "Values to import "
595
+ title = "Import values as YAML "
596
596
visible = { loadingValuesModal }
597
597
onCancel = { handleCancel }
598
598
onOk = { handleImportValues }
@@ -613,6 +613,14 @@ const NewModule = () => {
613
613
style = { { marginBottom : "20px" } }
614
614
/>
615
615
) }
616
+ < div style = { { paddingRight : "16px" , paddingBottom : "16px" , color : "#777" } } >
617
+ < Row >
618
+ You can paste your values in YAML format here, and after submitting them, you can see them in the form and edit them further.
619
+ </ Row >
620
+ < Row >
621
+ If you set a value in YAML that does not exist in the UI, it will not be applied to your Module.
622
+ </ Row >
623
+ </ div >
616
624
< AceEditor
617
625
mode = { "yaml" }
618
626
theme = "github"
You can’t perform that action at this time.
0 commit comments