浏览代码

Update enterprise-table.tsx

Stefan Pejcic 1 年之前
父节点
当前提交
4a490e6b03
共有 1 个文件被更改,包括 16 次插入3 次删除
  1. 16 3
      documentation/src/refine-theme/enterprise-table.tsx

+ 16 - 3
documentation/src/refine-theme/enterprise-table.tsx

@@ -554,6 +554,19 @@ const tableData = [
                     enterprise: "icon",
                 },
             },
+            {
+                description: "Remote Backups",
+                community: <CrossIcon />,
+                enterprise: (
+                    <TableText>
+                        SSH and S3 Destinations
+                    </TableText>
+                ),
+                valueType: {
+                    community: "icon",
+                    enterprise: "text",
+                },
+            },
         ],
     },
     {
@@ -607,10 +620,10 @@ const tableData = [
         ],
     },
     {
-        title: "Professional Services",
+        title: "Integrations",
         items: [
             {
-                description: "Trainings",
+                description: "REST API",
                 community: <CrossIcon />,
                 enterprise: <CheckIcon />,
                 valueType: {
@@ -619,7 +632,7 @@ const tableData = [
                 },
             },
             {
-                description: "Branding & Integration",
+                description: "WHMCS Module",
                 community: <CrossIcon />,
                 enterprise: <CheckIcon />,
                 valueType: {