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

fix(stack): prepopulate when creating template from stack EE-6853 (#11380)

This commit is contained in:
cmeng 2024-03-18 09:36:06 +13:00 committed by GitHub
parent bb02c69d14
commit 31658d4028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -125,7 +125,7 @@ angular.module('portainer.docker', ['portainer.app', reactModule]).config([
const customTemplatesNew = {
name: 'docker.templates.custom.new',
url: '/new?appTemplateId&type',
url: '/new?fileContent&appTemplateId&type',
views: {
'content@': {