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
c73f10307e
commit
18256bf1f4
@ -532,28 +532,6 @@ const tableData = [
|
|||||||
{
|
{
|
||||||
title: "Additional Features",
|
title: "Additional Features",
|
||||||
items: [
|
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",
|
description: "Sentinel AI",
|
||||||
community: <CrossIcon />,
|
community: <CrossIcon />,
|
||||||
@ -564,7 +542,7 @@ const tableData = [
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Varnish Cache",
|
description: "MariaDB",
|
||||||
community: <CrossIcon />,
|
community: <CrossIcon />,
|
||||||
enterprise: <CheckIcon />,
|
enterprise: <CheckIcon />,
|
||||||
valueType: {
|
valueType: {
|
||||||
|
Loading…
Reference in New Issue
Block a user