mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
fix: cluster page references
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ export type NavItem = {
|
||||
|
||||
export const mainNav: NavItem[] = [
|
||||
{ to: "/clusters", label: "Clusters", icon: AiOutlineCluster },
|
||||
{ to: "/load-balancers", label: "Load Balancers", icon: TbLoadBalancer},
|
||||
{ to: "/load-balancers", label: "Load Balancers", icon: TbLoadBalancer },
|
||||
{ to: "/dns", label: "DNS", icon: MdOutlineDns },
|
||||
{ to: "/node-pools", label: "Node Pools", icon: BoxesIcon },
|
||||
{ to: "/annotations", label: "Annotations", icon: ComponentIcon },
|
||||
|
||||
@@ -75,4 +75,4 @@ export const ThemePillSwitcher = ({
|
||||
})}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user