1
0
Fork 0
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:
cmeng 2023-11-23 09:17:12 +13:00 committed by GitHub
parent a4926e5237
commit 13d1fc63ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 87 additions and 7 deletions

View file

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