Dont refresh the page when filter is changed in traps view
This commit is contained in:
parent
2aaf78b4ab
commit
50be60409e
|
@ -521,7 +521,7 @@ $table->data[1][1] = html_print_select(
|
||||||
$alerted,
|
$alerted,
|
||||||
'filter_fired',
|
'filter_fired',
|
||||||
$filter_fired,
|
$filter_fired,
|
||||||
'javascript:this.form.submit();',
|
'',
|
||||||
__('All'),
|
__('All'),
|
||||||
'-1',
|
'-1',
|
||||||
true
|
true
|
||||||
|
@ -538,7 +538,7 @@ $table->data[2][1] = html_print_select(
|
||||||
$paginations,
|
$paginations,
|
||||||
'pagination',
|
'pagination',
|
||||||
$pagination,
|
$pagination,
|
||||||
'this.form.submit();',
|
'',
|
||||||
__('Default'),
|
__('Default'),
|
||||||
$config['block_size'],
|
$config['block_size'],
|
||||||
true
|
true
|
||||||
|
@ -550,7 +550,7 @@ $table->data[1][3] = html_print_select(
|
||||||
$severities,
|
$severities,
|
||||||
'filter_severity',
|
'filter_severity',
|
||||||
$filter_severity,
|
$filter_severity,
|
||||||
'this.form.submit();',
|
'',
|
||||||
__('All'),
|
__('All'),
|
||||||
-1,
|
-1,
|
||||||
true
|
true
|
||||||
|
@ -566,7 +566,7 @@ $table->data[3][1] = html_print_select(
|
||||||
$status_array,
|
$status_array,
|
||||||
'filter_status',
|
'filter_status',
|
||||||
$filter_status,
|
$filter_status,
|
||||||
'this.form.submit();',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
true
|
true
|
||||||
|
@ -614,7 +614,7 @@ $table->data[6][2] = html_print_select(
|
||||||
$trap_types,
|
$trap_types,
|
||||||
'trap_type',
|
'trap_type',
|
||||||
$trap_type,
|
$trap_type,
|
||||||
'this.form.submit();',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
true,
|
true,
|
||||||
|
|
Loading…
Reference in New Issue