mirror of https://github.com/portainer/portainer
feat(stacks): allow standalone to edit env vars (#5255)
Co-authored-by: Tobias Holler <mail@toubs.de>pull/5356/head
parent
49f25e9c4c
commit
c943ac498f
|
@ -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…
Reference in New Issue