diff --git a/app/javascript/dashboard/i18n/locale/en/automation.json b/app/javascript/dashboard/i18n/locale/en/automation.json index a933b1853..83944bd51 100644 --- a/app/javascript/dashboard/i18n/locale/en/automation.json +++ b/app/javascript/dashboard/i18n/locale/en/automation.json @@ -1,9 +1,10 @@ { "AUTOMATION": { - "HEADER": "Automations", + "HEADER": "Automation", + "DESCRIPTION": "Automation can replace and streamline existing processes that require manual effort, such as adding labels and assigning conversations to the most suitable agent. This allows the team to focus on their strengths while reducing time spent on routine tasks.", + "LEARN_MORE": "Learn more about automation", "HEADER_BTN_TXT": "Add Automation Rule", "LOADING": "Fetching automation rules", - "SIDEBAR_TXT": "
Automation Rules
Automation can replace and automate existing processes that require manual effort. You can do many things with automation, including adding labels and assigning conversation to the best agent. So the team focuses on what they do best and spends more little time on manual tasks.
", "ADD": { "TITLE": "Add Automation Rule", "SUBMIT": "Create", @@ -39,7 +40,12 @@ } }, "LIST": { - "TABLE_HEADER": ["Name", "Description", "Active", "Created on"], + "TABLE_HEADER": [ + "Name", + "Description", + "Active", + "Created on" + ], "404": "No automation rules found" }, "DELETE": { diff --git a/app/javascript/dashboard/routes/dashboard/settings/automation/AutomationRuleRow.vue b/app/javascript/dashboard/routes/dashboard/settings/automation/AutomationRuleRow.vue new file mode 100644 index 000000000..950819193 --- /dev/null +++ b/app/javascript/dashboard/routes/dashboard/settings/automation/AutomationRuleRow.vue @@ -0,0 +1,79 @@ + + + +
+
+
+
+
+
-
+ {{ thHeader }}
+
+
+
- {{ $t('AUTOMATION.LIST.404') }}
-
-
-
-
-
+
- {{ thHeader }}
-
-
-
-
-
-
- {{ automation.name }}
- {{ automation.description }}
-
-
- {{ readableTime(automation.created_on) }}
-
-
-