mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
fix(stack): sync ee code to ce EE-5960 (#10642)
This commit is contained in:
parent
a4926e5237
commit
13d1fc63ff
5 changed files with 87 additions and 7 deletions
|
@ -61,6 +61,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-if="$ctrl.state.showConfig">
|
||||
<relative-path-fieldset value="$ctrl.stack" git-model="$ctrl.stack" is-editing="true" hide-edge-configs="true"></relative-path-fieldset>
|
||||
</div>
|
||||
|
||||
<environment-variables-panel
|
||||
values="$ctrl.formValues.Env"
|
||||
explanation="'These values will be used as substitutions in the stack file. To reference the .env file in your compose file, use ‘stack.env’.'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue