1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

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

Co-authored-by: Tobias Holler <mail@toubs.de>
This commit is contained in:
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

View file

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