|
@@ -7,6 +7,11 @@ import {
|
|
ServerInfo,
|
|
ServerInfo,
|
|
Responsive,
|
|
Responsive,
|
|
Branding
|
|
Branding
|
|
|
|
+ Suspend,
|
|
|
|
+ Upgrade,
|
|
|
|
+ UserServer,
|
|
|
|
+ UserIP,
|
|
|
|
+ UserLogin,
|
|
Airtable,
|
|
Airtable,
|
|
Antd,
|
|
Antd,
|
|
Appwrite,
|
|
Appwrite,
|
|
@@ -313,7 +318,7 @@ export const integrations: IntegrationsType = {
|
|
integrations: [
|
|
integrations: [
|
|
{
|
|
{
|
|
name: "Suspend / Delete accounts",
|
|
name: "Suspend / Delete accounts",
|
|
- icon: React,
|
|
|
|
|
|
+ icon: Suspend,
|
|
description:
|
|
description:
|
|
"Suspend customer accounts to instantly disable their OpenPanel access and websites. Delete accounts when they are no longer required.",
|
|
"Suspend customer accounts to instantly disable their OpenPanel access and websites. Delete accounts when they are no longer required.",
|
|
url: "/docs/admin/users/openpanel/#suspend-user",
|
|
url: "/docs/admin/users/openpanel/#suspend-user",
|
|
@@ -321,7 +326,7 @@ export const integrations: IntegrationsType = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "Upgrade / Downgrade package",
|
|
name: "Upgrade / Downgrade package",
|
|
- icon: HookForm,
|
|
|
|
|
|
+ icon: Upgrade,
|
|
description:
|
|
description:
|
|
"Seamlessly upgrade or downgrade a customer's package to another of your hosting packages.",
|
|
"Seamlessly upgrade or downgrade a customer's package to another of your hosting packages.",
|
|
url: "/docs/admin/users/openpanel/#detailed-user-information",
|
|
url: "/docs/admin/users/openpanel/#detailed-user-information",
|
|
@@ -329,7 +334,7 @@ export const integrations: IntegrationsType = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "Dedicated IP address",
|
|
name: "Dedicated IP address",
|
|
- icon: Sanity,
|
|
|
|
|
|
+ icon: UserIP,
|
|
description:
|
|
description:
|
|
"Allocate an IPv4 address to users, providing them with a dedicated IP for their websites and services.",
|
|
"Allocate an IPv4 address to users, providing them with a dedicated IP for their websites and services.",
|
|
url: "/docs/admin/users/openpanel/#change-ip-address-for-user",
|
|
url: "/docs/admin/users/openpanel/#change-ip-address-for-user",
|
|
@@ -337,14 +342,14 @@ export const integrations: IntegrationsType = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "Impersonation",
|
|
name: "Impersonation",
|
|
- icon: Kbar,
|
|
|
|
|
|
+ icon: UserLogin,
|
|
description: "Auto-login to access a customer's account and see exactly what they see without having to leave your account.",
|
|
description: "Auto-login to access a customer's account and see exactly what they see without having to leave your account.",
|
|
url: "/docs/admin/users/openpanel/#detailed-user-information",
|
|
url: "/docs/admin/users/openpanel/#detailed-user-information",
|
|
status: "stable",
|
|
status: "stable",
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: "Apache or Nginx per user",
|
|
name: "Apache or Nginx per user",
|
|
- icon: React,
|
|
|
|
|
|
+ icon: UserServer,
|
|
description:
|
|
description:
|
|
"Administrators can select either Apache or Nginx as the web server for each user. This flexibility allows admins to accommodate a mix of users utilizing Apache and others using Nginx, all within the same server.",
|
|
"Administrators can select either Apache or Nginx as the web server for each user. This flexibility allows admins to accommodate a mix of users utilizing Apache and others using Nginx, all within the same server.",
|
|
url: "/docs/admin/plans/hosting_plans/#create-a-plan",
|
|
url: "/docs/admin/plans/hosting_plans/#create-a-plan",
|