mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 15:55:23 +02:00
fix(edge/stacks): change text on temple method [EE-6596]
fix [EE-6596]
This commit is contained in:
parent
52db4cba0e
commit
b3ac1eb183
1 changed files with 5 additions and 9 deletions
|
@ -32,15 +32,6 @@ export const git: BoxSelectorOption<'repository'> = {
|
|||
value: 'repository',
|
||||
};
|
||||
|
||||
export const edgeStackTemplate: BoxSelectorOption<'template'> = {
|
||||
id: 'method_template',
|
||||
icon: FileText,
|
||||
iconType: 'badge',
|
||||
label: 'Template',
|
||||
description: 'Use an Edge stack template',
|
||||
value: 'template',
|
||||
};
|
||||
|
||||
export const customTemplate: BoxSelectorOption<'template'> = {
|
||||
id: 'method_template',
|
||||
icon: FileText,
|
||||
|
@ -50,6 +41,11 @@ export const customTemplate: BoxSelectorOption<'template'> = {
|
|||
value: 'template',
|
||||
};
|
||||
|
||||
export const edgeStackTemplate: BoxSelectorOption<'template'> = {
|
||||
...customTemplate,
|
||||
description: 'Use an Edge stack custom template',
|
||||
};
|
||||
|
||||
export const helm: BoxSelectorOption<'helm'> = {
|
||||
id: 'method_helm',
|
||||
icon: Helm,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue