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:
@@ -583,7 +583,7 @@ const tableData = [
|
||||
items: [
|
||||
{
|
||||
description: "Admin Accounts",
|
||||
community: <TableText>1</TableText>,
|
||||
community: <TableText>Unlimited</TableText>,
|
||||
enterprise: <TableText>Unlimited</TableText>,
|
||||
valueType: {
|
||||
community: "text",
|
||||
@@ -618,6 +618,52 @@ const tableData = [
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
title: "Domains",
|
||||
items: [
|
||||
{
|
||||
description: "Total Domains",
|
||||
community: <TableText>50</TableText>,
|
||||
enterprise: <TableText>Unlimited</TableText>,
|
||||
valueType: {
|
||||
community: "text",
|
||||
enterprise: "text",
|
||||
},
|
||||
},
|
||||
{
|
||||
description: "DNSSEC",
|
||||
community: <CrossIcon />,
|
||||
enterprise: <CheckIcon />,
|
||||
valueType: {
|
||||
community: "icon",
|
||||
enterprise: "icon",
|
||||
},
|
||||
},
|
||||
{
|
||||
description: "SSL",
|
||||
community: <TableText>Let's Encrypt</TableText>,
|
||||
enterprise: (
|
||||
<TableText>
|
||||
Let's Encrypt and Custom SSL
|
||||
</TableText>
|
||||
),
|
||||
valueType: {
|
||||
community: "text",
|
||||
enterprise: "text",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
title: "Updates",
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user