Snmp browser select multiple post
This commit is contained in:
parent
af00950dc5
commit
9654ba4fa2
|
@ -203,7 +203,7 @@ function snmp_browser_show_add_module_massive(module_target = 'agent') {
|
||||||
function modal_preaction() {
|
function modal_preaction() {
|
||||||
|
|
||||||
// Select all in select box.
|
// Select all in select box.
|
||||||
$("input[name='select_all_right']").click();
|
$('#id_item2>option').prop('selected', true);
|
||||||
|
|
||||||
// Load adding modules modal.
|
// Load adding modules modal.
|
||||||
waiting_modal();
|
waiting_modal();
|
||||||
|
|
Loading…
Reference in New Issue