Update enterprise-table.tsx

This commit is contained in:
Stefan Pejcic 2025-06-14 18:09:17 +02:00 committed by GitHub
parent 3f736d1d41
commit 07b6e80005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -559,19 +559,6 @@ const tableData = [
enterprise: "icon", enterprise: "icon",
}, },
}, },
{
description: "Backups",
community: <CrossIcon />,
enterprise: (
<TableText>
SSH Destinations
</TableText>
),
valueType: {
community: "icon",
enterprise: "text",
},
},
], ],
}, },
{ {
@ -592,15 +579,15 @@ const tableData = [
}, },
{ {
description: "Auto Installers", description: "Auto Installers",
community: <TableText>WordPress, NodeJS, Python</TableText>, community: <TableText>WordPress</TableText>,
enterprise: <TableText>WordPress, NodeJS, Python, Java</TableText>, enterprise: <TableText>WordPress, NodeJS, Python</TableText>,
valueType: { valueType: {
community: "text", community: "text",
enterprise: "text", enterprise: "text",
}, },
}, },
{ {
description: "Mautic Manager", description: "Temporary Domains",
community: <CrossIcon />, community: <CrossIcon />,
enterprise: <CheckIcon />, enterprise: <CheckIcon />,
valueType: { valueType: {
@ -667,12 +654,23 @@ const tableData = [
enterprise: "icon", enterprise: "icon",
}, },
}, },
{
description: "Clustering",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
community: "icon",
enterprise: "icon",
},
},
{ {
description: "SSL", description: "SSL",
community: <TableText>Let's Encrypt</TableText>, community: <TableText>Let's Encrypt</TableText>,
enterprise: ( enterprise: (
<TableText> <TableText>
Let's Encrypt & custom SSL Let's Encrypt & Custom SSL
</TableText> </TableText>
), ),
valueType: { valueType: {
@ -697,7 +695,7 @@ const tableData = [
{ {
description: "Webmail", description: "Webmail",
community: <CrossIcon />, community: <CrossIcon />,
enterprise: <TableText>RoundCube, Sogo</TableText>, enterprise: <TableText>RoundCube</TableText>,
valueType: { valueType: {
community: "icon", community: "icon",
enterprise: "text", enterprise: "text",
@ -749,15 +747,6 @@ const tableData = [
enterprise: "text", enterprise: "text",
}, },
}, },
{
description: "FOSSBilling Module",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
community: "icon",
enterprise: "icon",
},
},
], ],
}, },
{ {