mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix minor issue with webhook forms (#9335)
- Fix width of Test webhook delivery form - Fix auto execution of test delivery in create webhook form Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
7c32bd2506
commit
a35d79a681
@ -325,8 +325,10 @@ export default {
|
|||||||
closeAction () {
|
closeAction () {
|
||||||
this.$emit('close-action')
|
this.$emit('close-action')
|
||||||
},
|
},
|
||||||
handleParamUpdate (e) {
|
handleParamUpdate () {
|
||||||
this.$refs.dispatchview.timedTestWebhookDelivery()
|
setTimeout(() => {
|
||||||
|
this.$refs.dispatchview.timedTestWebhookDelivery()
|
||||||
|
}, 1)
|
||||||
},
|
},
|
||||||
handleScopeChange (e) {
|
handleScopeChange (e) {
|
||||||
if (['Domain', 'Local'].includes(this.form.scope)) {
|
if (['Domain', 'Local'].includes(this.form.scope)) {
|
||||||
|
|||||||
@ -120,7 +120,7 @@ export default {
|
|||||||
width: 80vw;
|
width: 80vw;
|
||||||
|
|
||||||
@media (min-width: 600px) {
|
@media (min-width: 600px) {
|
||||||
max-width: 95%;
|
max-width: 550px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user