Skip to content

Commit

Permalink
Services / Intrusion detection / Alerts - regression in 644b647, igno…
Browse files Browse the repository at this point in the history
…ring filters and number of items to show
  • Loading branch information
AdSchellevis committed Jun 24, 2021
1 parent 97643a3 commit e2bc22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opnsense/mvc/app/views/OPNsense/IDS/index.volt
Expand Up @@ -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;
}

Expand Down

0 comments on commit e2bc22e

Please sign in to comment.