#11370 Fix default value selected

This commit is contained in:
miguel angel rasteu 2023-05-26 13:54:11 +02:00
parent a32d9351df
commit c21e26ee1f
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ $snmp_versions['3'] = 'v. 3';
$snmpVersionsInput = html_print_select(
$snmp_versions,
'snmp_version',
($id_module_type >= 15 && $id_module_type <= 18) ? $snmp_version : 0,
($id_module_type >= 15 && $id_module_type <= 18) ? $snmp_version : '2c',
'',
'',
'',