mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update enterprise-table.tsx
This commit is contained in:
parent
4303bce611
commit
ab1a5eaef8
@ -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",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user