Se agrego datastage

This commit is contained in:
2025-08-14 16:35:09 -06:00
parent 7948deeed5
commit e86547d10d
8 changed files with 579 additions and 10 deletions

View File

@@ -140,6 +140,18 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
)
},
{
name: 'Datastage',
path: '/datastage',
icon: (
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<ellipse cx="12" cy="7" rx="8" ry="3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M4 7v10c0 1.657 3.582 3 8 3s8-1.343 8-3V7" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M4 17c0 1.657 3.582 3 8 3s8-1.343 8-3" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
),
onClick: () => navigate('/datastage')
}
]
},