[ACS-3255] Add basic dialog for create / update rule (#2568)

* [ACS-3255] Add basic dialog for create / update rule

* Remove test data

* Fix import

* Fix linting
This commit is contained in:
Thomas Hunter
2022-07-15 16:37:41 +01:00
committed by GitHub
parent 8312bf8d84
commit a9f1946a0a
17 changed files with 692 additions and 4 deletions

View File

@@ -5,6 +5,27 @@
"CREATE_RULES_DESC": "[tbd] Creates new rules",
"LINK_RULES": "Link to rules set",
"LINK_RULES_DESC": "[tbd] Link to existing rules"
},
"EDIT_RULE_DIALOG": {
"CANCEL": "Cancel",
"CREATE": "Create",
"CREATE_TITLE": "Create a rule",
"UPDATE": "Update",
"UPDATE_TITLE": "Update a rule"
},
"RULE_DETAILS": {
"LABEL": {
"NAME": "Name",
"DESCRIPTION": "Description"
},
"PLACEHOLDER": {
"NAME": "Enter rule name",
"DESCRIPTION": "Enter rule description",
"NO_DESCRIPTION": "No description"
},
"ERROR": {
"REQUIRED": "This field is required"
}
}
}
}