mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-packages.tsx
This commit is contained in:
parent
814c641fef
commit
c5d2ec05c8
@ -348,12 +348,12 @@ const listOne = [
|
||||
tooltip: "opencli user-2fa <USERNAME> disable",
|
||||
},
|
||||
{
|
||||
label: "View Backup Jobs",
|
||||
tooltip: "opencli backup-job list",
|
||||
label: "Create Backup Job",
|
||||
tooltip: "opencli backup-job create",
|
||||
},
|
||||
{
|
||||
label: "List SSLs",
|
||||
tooltip: "opencli ssl-user <USERNAME>",
|
||||
label: "List all Websites",
|
||||
tooltip: "opencli websites-all",
|
||||
},
|
||||
{
|
||||
label: "Add a new user",
|
||||
@ -427,8 +427,8 @@ const listTwo = [
|
||||
tooltip: "opencli email-server flush",
|
||||
},
|
||||
{
|
||||
label: "Login to User",
|
||||
tooltip: "opencli user-login <USERNAME>",
|
||||
label: "Check PHP version for domain",
|
||||
tooltip: "opencli php-domain <DOMAIN-NAME>",
|
||||
},
|
||||
{
|
||||
label: "Restore from backup",
|
||||
@ -439,7 +439,7 @@ const listTwo = [
|
||||
tooltip: "opencli email-server delete <queue id> [<queue id>]",
|
||||
},
|
||||
{
|
||||
label: "Install the email server",
|
||||
tooltip: "opencli email-server install",
|
||||
label: "Fix permissions for directory",
|
||||
tooltip: "opencli files-fix_permissions <USERNAME> <PATH>",
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user