mirror of https://github.com/portainer/portainer
fix(edge/stacks): change text on temple method [EE-6596]
fix [EE-6596]pull/11011/head
parent
52db4cba0e
commit
b3ac1eb183
|
@ -32,15 +32,6 @@ export const git: BoxSelectorOption<'repository'> = {
|
||||||
value: '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'> = {
|
export const customTemplate: BoxSelectorOption<'template'> = {
|
||||||
id: 'method_template',
|
id: 'method_template',
|
||||||
icon: FileText,
|
icon: FileText,
|
||||||
|
@ -50,6 +41,11 @@ export const customTemplate: BoxSelectorOption<'template'> = {
|
||||||
value: 'template',
|
value: 'template',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const edgeStackTemplate: BoxSelectorOption<'template'> = {
|
||||||
|
...customTemplate,
|
||||||
|
description: 'Use an Edge stack custom template',
|
||||||
|
};
|
||||||
|
|
||||||
export const helm: BoxSelectorOption<'helm'> = {
|
export const helm: BoxSelectorOption<'helm'> = {
|
||||||
id: 'method_helm',
|
id: 'method_helm',
|
||||||
icon: Helm,
|
icon: Helm,
|
||||||
|
|
Loading…
Reference in New Issue