diff --git a/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue b/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue index 0e9ceec851..b6bf0bb0c5 100644 --- a/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue +++ b/core/frontend/src/components/parameter-editor/InlineParameterEditor.vue @@ -4,47 +4,67 @@ v-model="is_form_valid" @submit.prevent="saveEditedParam" > - - - - +
+
+ + + + + + + + + + + + + + + + + +
+
`${value}: ${name}`) + .join(', ') + }, }, watch: { param(newParam) { diff --git a/core/frontend/src/components/parameter-editor/ParameterLabel.vue b/core/frontend/src/components/parameter-editor/ParameterLabel.vue new file mode 100644 index 0000000000..7191f13b95 --- /dev/null +++ b/core/frontend/src/components/parameter-editor/ParameterLabel.vue @@ -0,0 +1,49 @@ + + +