mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
fixed error module editor
Former-commit-id: cf2c9325c84448222743830759bb4e2716745f75
This commit is contained in:
parent
2043546c52
commit
c0869b3c9e
@ -251,6 +251,10 @@ snmp_browser_print_container (false, '100%', '60%', 'none');
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
$(document).ready (function () {
|
||||
|
||||
network_component_group_change_event();
|
||||
$('#network_component_group').trigger('change');
|
||||
|
||||
$("#id_module_type").change(function (){
|
||||
if ((this.value == "17") || (this.value == "18") || (this.value == "16") || (this.value == "15")) {
|
||||
if ($("#snmp_version").val() == "3"){
|
||||
|
Loading…
x
Reference in New Issue
Block a user