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:
parent
bb02c69d14
commit
31658d4028
2 changed files with 6 additions and 2 deletions
|
@ -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@': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue