1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +02:00

chore(template/git): sync frontend code from ee (#11343)

This commit is contained in:
Oscar Zhou 2024-03-18 08:55:26 +13:00 committed by GitHub
parent 04de06c07f
commit d9ae249ffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 77 additions and 16 deletions

View file

@ -345,6 +345,7 @@ export default class CreateEdgeStackViewController {
RepositoryUsername: this.formValues.RepositoryUsername,
RepositoryPassword: this.formValues.RepositoryPassword,
TLSSkipVerify: this.formValues.TLSSkipVerify,
CreatedFromCustomTemplateID: this.state.templateValues.template.Id,
};
return this.EdgeStackService.createStackFromGitRepository(
{