mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
10327-Change snmp_version when network_component change
This commit is contained in:
parent
871a8f15c5
commit
bf76104350
@ -2458,6 +2458,12 @@ switch ($tab) {
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
$("#network_component").change(function (e) {
|
||||
setTimeout(() => {
|
||||
$('#snmp_version').trigger("change");
|
||||
}, 100);
|
||||
});
|
||||
});
|
||||
|
||||
// Change description when edit port
|
||||
|
Loading…
x
Reference in New Issue
Block a user