mirror of https://github.com/apache/cloudstack.git
ui: fix test delivery params in create webhook form (#12318)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
56a39e6be7
commit
5cb279b6f1
|
|
@ -186,7 +186,7 @@ export default {
|
|||
params.payloadUrl = this.payloadUrl
|
||||
}
|
||||
if (this.sslVerification) {
|
||||
params.payload = this.sslVerification
|
||||
params.sslVerification = this.sslVerification
|
||||
}
|
||||
if (this.secretKey) {
|
||||
params.secretKey = this.secretKey
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@
|
|||
<test-webhook-delivery-view
|
||||
ref="dispatchview"
|
||||
:payloadUrl="form.payloadurl"
|
||||
:sslVerification="form.sslverification"
|
||||
:sslVerification="isPayloadUrlHttps && form.sslverification"
|
||||
:secretKey="form.secretkey"
|
||||
:showActions="!(!form.payloadurl)" />
|
||||
<a-form-item name="state" ref="state">
|
||||
|
|
|
|||
Loading…
Reference in New Issue