fix(stack): fixed issue cannot deploy git stack without username. (#5681)

pull/5649/head
fhanportainer 2021-09-21 13:42:01 +12:00 committed by GitHub
parent 33118babdd
commit 24f11902b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
placeholder="git username" placeholder="git username"
ng-change="$ctrl.onChangeUsername($ctrl.model.RepositoryUsername)" ng-change="$ctrl.onChangeUsername($ctrl.model.RepositoryUsername)"
data-cy="component-gitUsernameInput" data-cy="component-gitUsernameInput"
ng-required="$ctrl.model.RepositoryAuthentication"
/> />
</div> </div>
</div> </div>