mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 16:09:39 +00:00
Order components + names alignment (#4160)
This commit is contained in:
@@ -1009,7 +1009,7 @@ export const components = {
|
||||
type: 'static',
|
||||
fieldType: 'text',
|
||||
value: '',
|
||||
tooltip: 'Job id to display logs from'
|
||||
tooltip: 'Job id to display status from'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1330,7 +1330,7 @@ export const components = {
|
||||
}
|
||||
},
|
||||
formcomponent: {
|
||||
name: 'Submit form',
|
||||
name: 'Submit Form',
|
||||
icon: FormInput,
|
||||
documentationLink: `${documentationBaseUrl}/submit_form`,
|
||||
dims: '3:5-6:5' as AppComponentDimensions,
|
||||
@@ -3384,7 +3384,7 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
|
||||
}
|
||||
},
|
||||
conditionalwrapper: {
|
||||
name: 'Conditional tabs',
|
||||
name: 'Conditional Tabs',
|
||||
icon: Split,
|
||||
documentationLink: `${documentationBaseUrl}/conditional_tabs`,
|
||||
dims: '2:8-6:8' as AppComponentDimensions,
|
||||
@@ -3412,7 +3412,7 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
|
||||
}
|
||||
},
|
||||
statcomponent: {
|
||||
name: 'Statistic card',
|
||||
name: 'Statistic Card',
|
||||
icon: FileBarChart,
|
||||
documentationLink: `${documentationBaseUrl}/statistic_card`,
|
||||
dims: '2:4-3:4' as AppComponentDimensions,
|
||||
@@ -4022,7 +4022,7 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
|
||||
}
|
||||
},
|
||||
jobiddisplaycomponent: {
|
||||
name: 'Rich result by Job Id',
|
||||
name: 'Rich Result by Job Id',
|
||||
icon: Monitor,
|
||||
documentationLink: `${documentationBaseUrl}/rich_result_by_job_id`,
|
||||
dims: '2:8-6:8' as AppComponentDimensions,
|
||||
@@ -4036,7 +4036,7 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm'
|
||||
type: 'static',
|
||||
fieldType: 'text',
|
||||
value: '',
|
||||
tooltip: 'Job id to display logs from'
|
||||
tooltip: 'Job id to display result from'
|
||||
},
|
||||
title: {
|
||||
type: 'static',
|
||||
|
||||
@@ -48,6 +48,7 @@ const inputs: ComponentSet = {
|
||||
'dateinputcomponent',
|
||||
'timeinputcomponent',
|
||||
'datetimeinputcomponent',
|
||||
'dateselectcomponent',
|
||||
'fileinputcomponent',
|
||||
's3fileinputcomponent',
|
||||
'checkboxcomponent',
|
||||
@@ -55,8 +56,7 @@ const inputs: ComponentSet = {
|
||||
'resourceselectcomponent',
|
||||
'multiselectcomponentv2',
|
||||
'selecttabcomponent',
|
||||
'selectstepcomponent',
|
||||
'dateselectcomponent'
|
||||
'selectstepcomponent'
|
||||
]
|
||||
} as const
|
||||
|
||||
|
||||
@@ -567,7 +567,7 @@ export const customisationByComponent: Customisation[] = [
|
||||
{
|
||||
components: ['conditionalwrapper'],
|
||||
selectors: [
|
||||
{ selector: '.wm-conditional-tabs', comment: 'Conditional tabs', customCssKey: 'container' }
|
||||
{ selector: '.wm-conditional-tabs', comment: 'Conditional Tabs', customCssKey: 'container' }
|
||||
],
|
||||
variables: []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user