feat: agregar link a Metabase Debug en sidebar
Agrega nuevo item de navegación en la sidebar para acceder a la página de debugging de Metabase.
This commit is contained in:
@@ -267,6 +267,12 @@ const navigationPrimary = computed<NavigationMenuItem[]>(() => [
|
||||
active: route.path === '/metadatos',
|
||||
badge: { label: 'Mantenimiento', color: 'amber' }
|
||||
},
|
||||
{
|
||||
label: 'Metabase Debug',
|
||||
icon: 'i-lucide-bug',
|
||||
to: '/metabase-debug',
|
||||
active: route.path === '/metabase-debug'
|
||||
},
|
||||
{
|
||||
label: 'Explorador de datos raw',
|
||||
icon: 'i-lucide-table',
|
||||
|
||||
Reference in New Issue
Block a user