feat(stacks): allow standalone to edit env vars (#5255)

Co-authored-by: Tobias Holler <mail@toubs.de>
pull/5356/head
Chaim Lev-Ari 3 years ago committed by GitHub
parent 49f25e9c4c
commit c943ac498f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,7 +152,7 @@
</div>
</div>
<!-- environment-variables -->
<div ng-if="stack && stack.Type === 1">
<div ng-if="stack">
<environment-variables-panel
ng-model="formValues.Env"
explanation="These values will be used as substitutions in the stack file"

Loading…
Cancel
Save