Fixes check policy copy issue where copied checks are all of type diskspace
This commit is contained in:
parent
17aedae0a9
commit
809e172280
|
@ -4,7 +4,7 @@
|
|||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"editorconfig.editorconfig",
|
||||
"johnsoncodehk.volar",
|
||||
"vue.volar",
|
||||
"wayou.vscode-todo-highlight",
|
||||
|
||||
// python
|
||||
|
|
|
@ -229,6 +229,7 @@ CHECKS_NON_EDITABLE_FIELDS = [
|
|||
]
|
||||
|
||||
POLICY_CHECK_FIELDS_TO_COPY = [
|
||||
"check_type",
|
||||
"warning_threshold",
|
||||
"error_threshold",
|
||||
"alert_severity",
|
||||
|
|
Loading…
Reference in New Issue