mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-11002-en-credential-store-al-modificar-una-credencial-snmp-no-guarda-el-cambiado-de-tipo-de-version' into 'develop'
Ent 11002 en credential store al modificar una credencial snmp no guarda el cambiado de tipo de version See merge request artica/pandorafms!5745
This commit is contained in:
commit
83c6cfb2fc
@ -1366,7 +1366,7 @@ class CredentialStore extends Wizard
|
|||||||
$('#li_snmp_2').show();
|
$('#li_snmp_2').show();
|
||||||
|
|
||||||
if ($('#li_snmp_1').length > 0) {
|
if ($('#li_snmp_1').length > 0) {
|
||||||
$('#version').val('1');
|
//$('#version').val('1');
|
||||||
$('#version').trigger('change');
|
$('#version').trigger('change');
|
||||||
} else {
|
} else {
|
||||||
const ul = $('#modal_form').children('ul')[0];
|
const ul = $('#modal_form').children('ul')[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user