fix(monitor): screenshot_delay not saved when editing browser engine monitor (#7515)

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
This commit is contained in:
ghadi saab
2026-07-17 11:36:07 +02:00
committed by GitHub
parent 73f199f4bd
commit 082f101cf4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -194,6 +194,7 @@ class Monitor extends BeanModel {
screenshot,
cacheBust: this.getCacheBust(),
remote_browser: this.remote_browser,
screenshot_delay: this.screenshot_delay,
snmpOid: this.snmpOid,
jsonPathOperator: this.jsonPathOperator,
snmpVersion: this.snmpVersion,
+1
View File
@@ -938,6 +938,7 @@ let needSetup = false;
bean.gamedigGivenPortOnly = monitor.gamedigGivenPortOnly;
bean.gamedigToken = monitor.gamedigToken;
bean.remote_browser = monitor.remote_browser;
bean.screenshot_delay = monitor.screenshot_delay;
bean.smtpSecurity = monitor.smtpSecurity;
bean.snmpVersion = monitor.snmpVersion;
bean.snmpOid = monitor.snmpOid;