mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 02:39:41 +02:00
fix(stack): prepopulate when creating template from stack EE-6853 (#11379)
This commit is contained in:
parent
d9ae249ffe
commit
f15be1d92a
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