mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-27 02:52:14 +01:00
Merge pull request #1018 from martialblog/fix/environment-example
Fix example JSON in EnvironmentForm.vue
This commit is contained in:
commit
233a9189cf
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user