mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-07 07:43:45 +01:00
Regex on Model Name
This matches the regex we apply to the adapter name as we join these 2 using an @ to get things done.
This commit is contained in:
@@ -731,6 +731,8 @@ soc:
|
||||
- field: id
|
||||
label: Model ID
|
||||
required: True
|
||||
regex: "^(?!.*@).+$"
|
||||
regexFailureMessage: Model ID cannot contain the '@' character
|
||||
- field: displayName
|
||||
label: Display Name
|
||||
required: True
|
||||
|
||||
Reference in New Issue
Block a user