feat: Agent assignment index page (#12364)

This commit is contained in:
Sivin Varghese
2025-09-04 12:02:35 +05:30
committed by GitHub
parent f2cabd6c82
commit ce1690eeb1
8 changed files with 152 additions and 2 deletions

View File

@@ -422,6 +422,12 @@ const menuItems = computed(() => {
icon: 'i-lucide-users',
to: accountScopedRoute('settings_teams_list'),
},
{
name: 'Settings Agent Assignment',
label: t('SIDEBAR.AGENT_ASSIGNMENT'),
icon: 'i-lucide-user-cog',
to: accountScopedRoute('assignment_policy_index'),
},
{
name: 'Settings Inboxes',
label: t('SIDEBAR.INBOXES'),