Remove checkbox
parent
599fe8e90f
commit
b0bea6f2ee
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue