New enterprise feature

This commit is contained in:
Urtzi Alfaro
2025-11-30 09:12:40 +01:00
parent f9d0eec6ec
commit 972db02f6d
176 changed files with 19741 additions and 1361 deletions

View File

@@ -395,6 +395,17 @@ export const routesConfig: RouteConfig[] = [
showInNavigation: true,
showInBreadcrumbs: true,
},
{
path: '/app/tenants/:tenantId/enterprise',
name: 'EnterpriseDashboard',
component: 'EnterpriseDashboardPage',
title: 'Enterprise Dashboard',
icon: 'analytics',
requiresAuth: true,
requiredSubscriptionFeature: 'multi_location_dashboard',
showInNavigation: true,
showInBreadcrumbs: true,
},
],
},