Remove checkbox

main
Anthony 2025-03-22 01:46:30 +08:00
parent 599fe8e90f
commit b0bea6f2ee
1 changed files with 1 additions and 10 deletions

View File

@ -269,10 +269,6 @@ settings:
type: text type: text
caption: Domain Name caption: Domain Name
required: true required: true
- name: confirm
type: checkbox
caption: I confirm I want to remove this certificate
value: false
actions: actions:
dynamic_wp_cli: dynamic_wp_cli:
@ -588,11 +584,6 @@ actions:
type: info type: info
message: "${response.out}" message: "${response.out}"
remove_ssl_cert: remove_ssl_cert:
- if: ${settings.confirm} != "true"
return:
type: error
message: "Confirmation checkbox must be checked to proceed with certificate removal."
- cmd[cp]: - cmd[cp]:
user: root user: root
commands: commands: