Aviral Garg 2 weeks ago committed by GitHub
commit 124a5e2441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3269,6 +3269,17 @@ message HealthCheckResponse {
},
},
watch: {
"monitor.parent"(parentID) {
if (this.isAdd && parentID) {
let parent = this.$root.monitorList[parentID];
if (parent) {
if (parent.active === false || parent.active === 0) {
this.monitor.active = false;
}
}
}
},
"$root.proxyList"() {
if (this.isAdd) {
if (this.$root.proxyList && !this.monitor.proxyId) {

Loading…
Cancel
Save