mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
improve regex
This commit is contained in:
@@ -150,8 +150,8 @@ soc:
|
||||
uiElements:
|
||||
- field: id
|
||||
label: Unique Subgrid ID
|
||||
regex: "^(?!\s*all\s*$).*$"
|
||||
regexFailureMessage: Subgrid ID cannot be named 'all'
|
||||
regex: "^_.*$"
|
||||
regexFailureMessage: Subgrid ID cannot start with an underscore
|
||||
required: true
|
||||
- field: managerUrl
|
||||
label: Subgrid Manager URL
|
||||
|
||||
Reference in New Issue
Block a user