New text filter - Sort text alphabetically filter (#2153)

This commit is contained in:
dgtlmoon
2024-02-02 11:36:58 +01:00
committed by GitHub
parent c90b27823a
commit 616c0b3f65
5 changed files with 87 additions and 10 deletions

View File

@@ -465,6 +465,7 @@ class watchForm(commonSettingsForm):
method = SelectField('Request method', choices=valid_method, default=default_method)
ignore_status_codes = BooleanField('Ignore status codes (process non-2xx status codes as normal)', default=False)
check_unique_lines = BooleanField('Only trigger when unique lines appear', default=False)
sort_text_alphabetically = BooleanField('Sort text alphabetically', default=False)
filter_text_added = BooleanField('Added lines', default=True)
filter_text_replaced = BooleanField('Replaced/changed lines', default=True)