Update enterprise-table.tsx

This commit is contained in:
Stefan Pejcic 2024-07-13 21:33:09 +02:00 committed by GitHub
parent cd662b94fc
commit ec08834ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -578,18 +578,51 @@ const tableData = [
},
],
},
{
title: "Accounts & Websites",
title: "Websites",
items: [
{
description: "Admin Accounts",
description: "Websites",
community: <TableText>Unlimited</TableText>,
enterprise: <TableText>Unlimited</TableText>,
enterprise: (
<TableText>
Unlimited
</TableText>
),
valueType: {
community: "text",
enterprise: "text",
},
},
{
description: "Auto Installers",
community: <TableText>WordPress and NodeJS/Python</TableText>,
enterprise: <TableText>40+ Scripts</TableText>,
valueType: {
community: "text",
enterprise: "text",
},
},
{
description: "Mautic Manager",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
community: "icon",
enterprise: "icon",
},
},
],
},
{
title: "Accounts",
items: [
{
description: "User Accounts",
community: <TableText>3</TableText>,
@ -604,13 +637,18 @@ const tableData = [
},
},
{
description: "Websites",
description: "Resellers",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
community: "icon",
enterprise: "icon",
},
},
{
description: "Admin Accounts",
community: <TableText>Unlimited</TableText>,
enterprise: (
<TableText>
Unlimited
</TableText>
),
enterprise: <TableText>Unlimited</TableText>,
valueType: {
community: "text",
enterprise: "text",
@ -620,8 +658,6 @@ const tableData = [
},
{
title: "Domains",
items: [