|
|
@ -62,6 +62,16 @@ export const integrationCategories: IntegrationCategoryItemType[] = [ |
|
|
|
color: '#977223', |
|
|
|
color: '#977223', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
title: 'objects.integrationCategories.ticketing', |
|
|
|
|
|
|
|
subtitle: 'objects.integrationCategories.ticketingSubtitle', |
|
|
|
|
|
|
|
value: IntegrationCategoryType.TICKETING, |
|
|
|
|
|
|
|
icon: iconMap.globe, |
|
|
|
|
|
|
|
iconBgColor: '#FFF0D1', |
|
|
|
|
|
|
|
iconStyle: { |
|
|
|
|
|
|
|
color: '#977223', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
title: 'objects.integrationCategories.crm', |
|
|
|
title: 'objects.integrationCategories.crm', |
|
|
|
subtitle: 'objects.integrationCategories.crmSubtitle', |
|
|
|
subtitle: 'objects.integrationCategories.crmSubtitle', |
|
|
@ -112,16 +122,6 @@ export const integrationCategories: IntegrationCategoryItemType[] = [ |
|
|
|
color: '#17803D', |
|
|
|
color: '#17803D', |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
|
|
title: 'objects.integrationCategories.ticketing', |
|
|
|
|
|
|
|
subtitle: 'objects.integrationCategories.ticketingSubtitle', |
|
|
|
|
|
|
|
value: IntegrationCategoryType.TICKETING, |
|
|
|
|
|
|
|
icon: iconMap.globe, |
|
|
|
|
|
|
|
iconBgColor: '#FFF0D1', |
|
|
|
|
|
|
|
iconStyle: { |
|
|
|
|
|
|
|
color: '#977223', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
title: 'labels.storage', |
|
|
|
title: 'labels.storage', |
|
|
|
subtitle: 'objects.integrationCategories.storageSubtitle', |
|
|
|
subtitle: 'objects.integrationCategories.storageSubtitle', |
|
|
|