Update enterprise-table.tsx
This commit is contained in:
parent
86d130c545
commit
4a490e6b03
1 changed files with 16 additions and 3 deletions
|
@ -554,6 +554,19 @@ const tableData = [
|
||||||
enterprise: "icon",
|
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: [
|
items: [
|
||||||
{
|
{
|
||||||
description: "Trainings",
|
description: "REST API",
|
||||||
community: <CrossIcon />,
|
community: <CrossIcon />,
|
||||||
enterprise: <CheckIcon />,
|
enterprise: <CheckIcon />,
|
||||||
valueType: {
|
valueType: {
|
||||||
|
@ -619,7 +632,7 @@ const tableData = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Branding & Integration",
|
description: "WHMCS Module",
|
||||||
community: <CrossIcon />,
|
community: <CrossIcon />,
|
||||||
enterprise: <CheckIcon />,
|
enterprise: <CheckIcon />,
|
||||||
valueType: {
|
valueType: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue