diff --git a/web/src/components/EnvironmentForm.vue b/web/src/components/EnvironmentForm.vue index 6befbd386..d64d351e1 100644 --- a/web/src/components/EnvironmentForm.vue +++ b/web/src/components/EnvironmentForm.vue @@ -14,46 +14,103 @@ - - {{ $t('extraVariables') }} - + + {{ $t("extraVariables") }} + + + - - {{ $t('environmentVariables') }} - + + + + + + {{ $t("environmentVariables") }} + + + + + - {{ $t('environmentAndExtraVariablesMustBeValidJsonExample') }} -
{
+      {{ $t("environmentAndExtraVariablesMustBeValidJsonExample") }}
+      
{
   "var_available_in_playbook_1": 1245,
   "var_available_in_playbook_2": "test"
 }
+ + + {{ $t("environmentAndExtraVariablesMustBeValidYamlExample") }} +
+var_available_in_playbook_1: 1245
+var_available_in_playbook_2: "test"
+
+