mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-07-09 23:36:26 -04:00
Add 'not_equals' and 'not_contains' operators; enhance workflow examples and tests
This commit is contained in:
@@ -66,7 +66,7 @@ let wfEnabledOptions = [
|
||||
];
|
||||
|
||||
let operatorTypes = [
|
||||
"equals", "contains" , "regex"
|
||||
"equals", "not_equals", "contains", "not_contains", "regex"
|
||||
];
|
||||
|
||||
let actionTypes = [
|
||||
|
||||
Reference in New Issue
Block a user