[ACS-3339] Manage Rules screen / listing - Manage rules screen template & minimal listing (#2596)

* First commit: rules listing

* [ACS-3339] Manage Rules screen / listing - Manage rules screen template & minimal listing

* some changes for rule model

* some changes requested for PR

* a couple more fixes

* removed initial value from aca-rule-details

* spelling error fixed
This commit is contained in:
Nikita Maliarchuk
2022-08-19 18:27:21 +02:00
committed by GitHub
parent 9a650f5265
commit 5f009e89fa
19 changed files with 683 additions and 34 deletions

View File

@@ -62,6 +62,17 @@
},
"NO_CONDITIONS": "No conditions",
"NO_CONDITIONS_IN_GROUP": "No conditions in the group"
},
"MANAGE_RULES": {
"TOOLBAR": {
"BREADCRUMB": {
"RULES": "rules"
}
},
"EMPTY_RULES_LIST": {
"TITLE": "The list is empty",
"SUBTITLE": "There are no rules defined for this folder yet."
}
}
}
}