Merge pull request #1018 from martialblog/fix/environment-example

Fix example JSON in EnvironmentForm.vue
This commit is contained in:
Denis Gukov 2022-09-08 22:48:44 +05:00 committed by GitHub
commit 233a9189cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
Example: Example:
<pre style="font-size: 14px;">{ <pre style="font-size: 14px;">{
"var_available_in_playbook_1": 1245, "var_available_in_playbook_1": 1245,
"var_available_in_playbook_2": "test", "var_available_in_playbook_2": "test"
}</pre> }</pre>
</v-alert> </v-alert>
</v-form> </v-form>