Update enterprise-table.tsx

This commit is contained in:
Stefan Pejcic
2024-02-06 21:30:35 +01:00
committed by GitHub
parent 86d130c545
commit 4a490e6b03

View File

@@ -554,6 +554,19 @@ const tableData = [
enterprise: "icon",
},
},
{
description: "Remote Backups",
community: <CrossIcon />,
enterprise: (
<TableText>
SSH and S3 Destinations
</TableText>
),
valueType: {
community: "icon",
enterprise: "text",
},
},
],
},
{
@@ -607,10 +620,10 @@ const tableData = [
],
},
{
title: "Professional Services",
title: "Integrations",
items: [
{
description: "Trainings",
description: "REST API",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
@@ -619,7 +632,7 @@ const tableData = [
},
},
{
description: "Branding & Integration",
description: "WHMCS Module",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {