mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-01 23:30:33 +00:00
Move operation
This commit is contained in:
@@ -17,9 +17,6 @@ operator_choices = [
|
||||
("!=", "Not Equals"),
|
||||
("in", "Contains"),
|
||||
("!in", "Does Not Contain"),
|
||||
("contains_regex", "Text Matches Regex"),
|
||||
("!contains_regex", "Text Does NOT Match Regex"),
|
||||
# ("changed > minutes", "Changed more than X minutes ago"),
|
||||
]
|
||||
|
||||
# Fields available in the rules
|
||||
|
||||
@@ -47,6 +47,8 @@ def register_operator_choices():
|
||||
("ends_with", "Text Ends With"),
|
||||
("length_min", "Length minimum"),
|
||||
("length_max", "Length maximum"),
|
||||
("contains_regex", "Text Matches Regex"),
|
||||
("!contains_regex", "Text Does NOT Match Regex"),
|
||||
]
|
||||
|
||||
@hookimpl
|
||||
|
||||
Reference in New Issue
Block a user