fix: template UI — retirer onglets owner (workflows, secrets, infra, builder)

This commit is contained in:
2026-03-21 17:54:33 +01:00
parent 1eada64913
commit a043fd0285

View File

@@ -32,11 +32,7 @@ interface PendingGate {
}
const NAV_ITEMS: NavItem[] = [
{ id: 'workflows', icon: '🔀', label: 'Workflows' },
{ id: 'builder', icon: '⚡', label: 'Nouveau' },
{ id: 'secrets', icon: '🔑', label: 'Secrets' },
{ id: 'infra', icon: '🖥️', label: 'Infra' },
{ id: 'cosmos', icon: '🌌', label: 'Cosmos', separator: true },
{ id: 'cosmos', icon: '🌌', label: 'Cosmos' },
]
function AppInner() {