feat: Workflows v1
This commit is contained in:
@@ -348,6 +348,17 @@ const menuItems = computed(() => {
|
||||
navigationPath: 'captain_assistants_scenarios_index',
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: 'Workflows',
|
||||
label: t('SIDEBAR.CAPTAIN_WORKFLOWS'),
|
||||
activeOn: [
|
||||
'captain_assistants_workflows_index',
|
||||
'captain_assistants_workflow_editor',
|
||||
],
|
||||
to: accountScopedRoute('captain_assistants_index', {
|
||||
navigationPath: 'captain_assistants_workflows_index',
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: 'Playground',
|
||||
label: t('SIDEBAR.CAPTAIN_PLAYGROUND'),
|
||||
|
||||
Reference in New Issue
Block a user