mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 07:19:41 +02:00
fix(ui): update search placeholder [EE-6667] (#11190)
* update search placeholder * remove box selector description
This commit is contained in:
parent
bdeedb4018
commit
6b3f30e32f
4 changed files with 13 additions and 12 deletions
|
@ -10,7 +10,6 @@ export const editor: BoxSelectorOption<'editor'> = {
|
|||
icon: Edit,
|
||||
iconType: 'badge',
|
||||
label: 'Web editor',
|
||||
description: 'Use our Web editor',
|
||||
value: 'editor',
|
||||
};
|
||||
|
||||
|
@ -19,7 +18,6 @@ export const upload: BoxSelectorOption<'upload'> = {
|
|||
icon: UploadCloud,
|
||||
iconType: 'badge',
|
||||
label: 'Upload',
|
||||
description: 'Upload from your computer',
|
||||
value: 'upload',
|
||||
};
|
||||
|
||||
|
@ -28,7 +26,6 @@ export const git: BoxSelectorOption<'repository'> = {
|
|||
icon: GitIcon,
|
||||
iconType: 'logo',
|
||||
label: 'Repository',
|
||||
description: 'Use a git repository',
|
||||
value: 'repository',
|
||||
};
|
||||
|
||||
|
@ -46,7 +43,6 @@ export const customTemplate: BoxSelectorOption<'template'> = {
|
|||
icon: FileText,
|
||||
iconType: 'badge',
|
||||
label: 'Custom template',
|
||||
description: 'Use a custom template',
|
||||
value: 'template',
|
||||
};
|
||||
|
||||
|
@ -54,7 +50,6 @@ export const helm: BoxSelectorOption<'helm'> = {
|
|||
id: 'method_helm',
|
||||
icon: Helm,
|
||||
label: 'Helm chart',
|
||||
description: 'Use a Helm chart',
|
||||
value: 'helm',
|
||||
iconClass: '!text-[#0f1689] th-dark:!text-white th-highcontrast:!text-white',
|
||||
};
|
||||
|
@ -64,6 +59,5 @@ export const url: BoxSelectorOption<'url'> = {
|
|||
icon: Globe,
|
||||
iconType: 'badge',
|
||||
label: 'URL',
|
||||
description: 'Specify a URL to a file',
|
||||
value: 'url',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue