Update enterprise-table.tsx

This commit is contained in:
Stefan Pejcic 2024-09-17 11:35:43 +02:00 committed by GitHub
parent c73f10307e
commit 18256bf1f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -532,28 +532,6 @@ const tableData = [
{
title: "Additional Features",
items: [
{
description: "Cluster",
community: <CrossIcon />,
enterprise: (
<TableText>
Manage accounts from multiple servers
</TableText>
),
valueType: {
community: "icon",
enterprise: "text",
},
},
{
description: "LiteSpeed",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {
community: "icon",
enterprise: "icon",
},
},
{
description: "Sentinel AI",
community: <CrossIcon />,
@ -564,7 +542,7 @@ const tableData = [
},
},
{
description: "Varnish Cache",
description: "MariaDB",
community: <CrossIcon />,
enterprise: <CheckIcon />,
valueType: {