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[] = [
|
const NAV_ITEMS: NavItem[] = [
|
||||||
{ id: 'workflows', icon: '🔀', label: 'Workflows' },
|
{ id: 'cosmos', icon: '🌌', label: 'Cosmos' },
|
||||||
{ id: 'builder', icon: '⚡', label: 'Nouveau' },
|
|
||||||
{ id: 'secrets', icon: '🔑', label: 'Secrets' },
|
|
||||||
{ id: 'infra', icon: '🖥️', label: 'Infra' },
|
|
||||||
{ id: 'cosmos', icon: '🌌', label: 'Cosmos', separator: true },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
function AppInner() {
|
function AppInner() {
|
||||||
|
|||||||
Reference in New Issue
Block a user