mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
feat(stacks): allow standalone to edit env vars (#5255)
Co-authored-by: Tobias Holler <mail@toubs.de>
This commit is contained in:
parent
49f25e9c4c
commit
c943ac498f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue