feat: add executions page

This commit is contained in:
Ali BARIN
2022-03-11 14:30:43 +01:00
committed by Ömer Faruk Aydın
parent ab82134b88
commit 2218ffd790
15 changed files with 260 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
"drawer.dashboard": "Dashboard",
"drawer.flows": "Flows",
"drawer.apps": "My Apps",
"drawer.executions": "Executions",
"drawer.explore": "Explore",
"app.connectionCount": "{count} connections",
"app.flowCount": "{count} flows",
@@ -35,5 +36,6 @@
"flowStep.triggerType": "Trigger",
"flowStep.actionType": "Action",
"flows.create": "Create flow",
"flows.title": "Flows"
}
"flows.title": "Flows",
"executions.title": "Executions"
}