From 07b6e80005f9f58bb48fd4cc2f223795af5df6c5 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 14 Jun 2025 18:09:17 +0200 Subject: [PATCH] Update enterprise-table.tsx --- website/src/refine-theme/enterprise-table.tsx | 43 +++++++------------ 1 file changed, 16 insertions(+), 27 deletions(-) diff --git a/website/src/refine-theme/enterprise-table.tsx b/website/src/refine-theme/enterprise-table.tsx index d0b721f4..0ead996a 100644 --- a/website/src/refine-theme/enterprise-table.tsx +++ b/website/src/refine-theme/enterprise-table.tsx @@ -559,19 +559,6 @@ const tableData = [ enterprise: "icon", }, }, - { - description: "Backups", - community: , - enterprise: ( - - SSH Destinations - - ), - valueType: { - community: "icon", - enterprise: "text", - }, - }, ], }, { @@ -592,15 +579,15 @@ const tableData = [ }, { description: "Auto Installers", - community: WordPress, NodeJS, Python, - enterprise: WordPress, NodeJS, Python, Java, + community: WordPress, + enterprise: WordPress, NodeJS, Python, valueType: { community: "text", enterprise: "text", }, }, { - description: "Mautic Manager", + description: "Temporary Domains", community: , enterprise: , valueType: { @@ -667,12 +654,23 @@ const tableData = [ enterprise: "icon", }, }, + { + description: "Clustering", + community: , + enterprise: , + valueType: { + community: "icon", + enterprise: "icon", + }, + }, + + { description: "SSL", community: Let's Encrypt, enterprise: ( - Let's Encrypt & custom SSL + Let's Encrypt & Custom SSL ), valueType: { @@ -697,7 +695,7 @@ const tableData = [ { description: "Webmail", community: , - enterprise: RoundCube, Sogo, + enterprise: RoundCube, valueType: { community: "icon", enterprise: "text", @@ -749,15 +747,6 @@ const tableData = [ enterprise: "text", }, }, - { - description: "FOSSBilling Module", - community: , - enterprise: , - valueType: { - community: "icon", - enterprise: "icon", - }, - }, ], }, {