Update landing-packages.tsx

This commit is contained in:
Radovan Ječmenica 2025-05-15 13:33:44 +02:00 committed by GitHub
parent 814c641fef
commit c5d2ec05c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,12 +348,12 @@ const listOne = [
tooltip: "opencli user-2fa <USERNAME> disable", tooltip: "opencli user-2fa <USERNAME> disable",
}, },
{ {
label: "View Backup Jobs", label: "Create Backup Job",
tooltip: "opencli backup-job list", tooltip: "opencli backup-job create",
}, },
{ {
label: "List SSLs", label: "List all Websites",
tooltip: "opencli ssl-user <USERNAME>", tooltip: "opencli websites-all",
}, },
{ {
label: "Add a new user", label: "Add a new user",
@ -427,8 +427,8 @@ const listTwo = [
tooltip: "opencli email-server flush", tooltip: "opencli email-server flush",
}, },
{ {
label: "Login to User", label: "Check PHP version for domain",
tooltip: "opencli user-login <USERNAME>", tooltip: "opencli php-domain <DOMAIN-NAME>",
}, },
{ {
label: "Restore from backup", label: "Restore from backup",
@ -439,7 +439,7 @@ const listTwo = [
tooltip: "opencli email-server delete <queue id> [<queue id>]", tooltip: "opencli email-server delete <queue id> [<queue id>]",
}, },
{ {
label: "Install the email server", label: "Fix permissions for directory",
tooltip: "opencli email-server install", tooltip: "opencli files-fix_permissions <USERNAME> <PATH>",
}, },
]; ];