mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 23:11:13 -04:00
Update bean model backend
Updates appropriate values async when editing the SNMP monitor
This commit is contained in:
parent
9c8024c7fa
commit
9d28fcff1a
2 changed files with 10 additions and 0 deletions
|
@ -830,6 +830,11 @@ let needSetup = false;
|
|||
monitor.kafkaProducerAllowAutoTopicCreation;
|
||||
bean.gamedigGivenPortOnly = monitor.gamedigGivenPortOnly;
|
||||
bean.remote_browser = monitor.remote_browser;
|
||||
bean.snmpVersion = monitor.snmpVersion;
|
||||
bean.snmpCommunityString = monitor.snmpCommunityString;
|
||||
bean.snmpOid = monitor.snmpOid;
|
||||
bean.snmpCondition = monitor.snmpCondition;
|
||||
bean.snmpControlValue = monitor.snmpControlValue;
|
||||
|
||||
bean.validate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue