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

Co-authored-by: Tobias Holler <mail@toubs.de>
pull/5356/head
Chaim Lev-Ari 2021-07-26 13:48:30 +03:00 committed by GitHub
parent 49f25e9c4c
commit c943ac498f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"