1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-30 18:59:41 +02:00

fix(git): EE-4577 Git Repository Fields are Missing in Edge Stacks (#8057)

This commit is contained in:
cmeng 2022-11-18 08:59:58 +13:00 committed by GitHub
parent d012a4efc4
commit 4cfa584c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -21,7 +21,7 @@
<file-upload-description> You can upload a Compose file from your computer. </file-upload-description>
</file-upload-form>
<git-form ng-if="$ctrl.state.Method === 'repository'" model="$ctrl.formValues" on-change="($ctrl.onChangeFormValues)"></git-form>
<git-form ng-if="$ctrl.state.Method === 'repository'" model="$ctrl.formValues" on-change="($ctrl.onChangeFormValues)" hide-rebuild-info="true"></git-form>
<!-- template -->
<div ng-if="$ctrl.state.Method === 'template'">