mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
feat(edge/stacks): add app templates to deploy types [EE-6632] (#11040)
This commit is contained in:
parent
31f5b42962
commit
437831fa80
34 changed files with 1293 additions and 482 deletions
|
@ -24,7 +24,7 @@ export function ListView() {
|
|||
onDelete={handleDelete}
|
||||
templateLinkParams={(template) => ({
|
||||
to: 'edge.stacks.new',
|
||||
params: { templateId: template.Id },
|
||||
params: { templateId: template.Id, templateType: 'custom' },
|
||||
})}
|
||||
storageKey="edge-custom-templates"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue