mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
feat(edge/stacks): add app templates to deploy types [EE-6632] (#11070)
This commit is contained in:
parent
edea9e3481
commit
fe6ed55cab
34 changed files with 1293 additions and 482 deletions
|
@ -37,7 +37,7 @@ export const edgeStackTemplate: BoxSelectorOption<'template'> = {
|
|||
icon: FileText,
|
||||
iconType: 'badge',
|
||||
label: 'Template',
|
||||
description: 'Use an Edge stack template',
|
||||
description: 'Use an Edge stack app or custom template',
|
||||
value: 'template',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue