Update enterprise-table.tsx

This commit is contained in:
Stefan Pejcic 2024-11-13 15:37:05 +01:00 committed by GitHub
parent 4303bce611
commit ab1a5eaef8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -550,6 +550,15 @@ const tableData = [
enterprise: "icon",
},
},
{
description: "Varnish Caching",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
community: "icon",
enterprise: "icon",
},
},
{
description: "Backups",
community: <CrossIcon />,
@ -583,8 +592,8 @@ const tableData = [
},
{
description: "Auto Installers",
community: <TableText>WordPress and NodeJS/Python</TableText>,
enterprise: <TableText>WordPress, NodeJS/Python and 40+ Scripts</TableText>,
community: <TableText>WordPress, NodeJS, Python</TableText>,
enterprise: <TableText>WordPress, NodeJS, Python, Java</TableText>,
valueType: {
community: "text",
enterprise: "text",
@ -732,12 +741,12 @@ const tableData = [
},
},
{
description: "WHMCS Module",
description: "Billing Integrations",
community: <CrossIcon />,
enterprise: <CheckIcon />,
enterprise: <TableText><a href="/docs/articles/extensions/openpanel-and-whmcs/">WHMCS</a>, <a href="/docs/articles/extensions/openpanel-and-fossbilling/">FOSSBilling</a>, <a href="/docs/articles/extensions/openpanel-and-blesta/">Blesta</a>, Paymenter.org</TableText>,
valueType: {
community: "icon",
enterprise: "icon",
enterprise: "text",
},
},
{