fix: template UI — retirer onglets owner (workflows, secrets, infra, builder)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user