feat: introduce basic flows page

This commit is contained in:
Ali BARIN
2022-01-05 21:36:51 +01:00
parent d25d327ef7
commit 430f0d07e8
8 changed files with 186 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
{
"brandText": "Automatisch",
"searchPlaceholder": "Search",
"welcomeText": "Here comes the dashboard homepage.",
"drawer.dashboard": "Dashboard",
"drawer.flows": "Flows",
"drawer.apps": "My Apps",
@@ -15,7 +14,7 @@
"app.noConnections": "You don't have any connections yet.",
"app.flows": "Flows",
"app.noFlows": "You don't have any flows yet.",
"apps.title": "My Apps",
"apps.title": "Apps",
"apps.addConnection": "Add connection",
"apps.addNewAppConnection": "Add a new app connection",
"apps.searchApp": "Search for app",
@@ -34,5 +33,7 @@
"flow.active": "Enabled",
"flow.inactive": "Disabled",
"flowStep.triggerType": "Trigger",
"flowStep.actionType": "Action"
"flowStep.actionType": "Action",
"flows.create": "Create flow",
"flows.title": "Flows"
}