mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Services / Intrusion detection / Alerts - regression in 644b647cf7, ignoring filters and number of items to show
This commit is contained in:
parent
97643a3edb
commit
e2bc22ebda
@ -143,9 +143,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
if ( selected_logfile != "none") {
|
||||
request['fileid'] = selected_logfile;
|
||||
request['rowCount'] = selected_max_entries;
|
||||
request['searchPhrase'] = search_phrase;
|
||||
}
|
||||
request['rowCount'] = selected_max_entries;
|
||||
request['searchPhrase'] = search_phrase;
|
||||
return request;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user