10327-Change snmp_version when network_component change

This commit is contained in:
Pablo Aragon 2023-04-10 15:41:18 +02:00
parent 871a8f15c5
commit bf76104350
1 changed files with 7 additions and 1 deletions

View File

@ -2457,7 +2457,13 @@ switch ($tab) {
}]
});
}
});
});
$("#network_component").change(function (e) {
setTimeout(() => {
$('#snmp_version').trigger("change");
}, 100);
});
});
// Change description when edit port