forked from wrenn/wrenn
Move metrics to after templates in sidebar nav
This commit is contained in:
@ -48,8 +48,8 @@
|
|||||||
|
|
||||||
const platformItems: NavItem[] = [
|
const platformItems: NavItem[] = [
|
||||||
{ label: 'Capsules', icon: IconMonitor, href: '/dashboard/capsules' },
|
{ label: 'Capsules', icon: IconMonitor, href: '/dashboard/capsules' },
|
||||||
{ label: 'Metrics', icon: IconMetrics, href: '/dashboard/metrics' },
|
{ label: 'Templates', icon: IconBox, href: '/dashboard/snapshots' },
|
||||||
{ label: 'Templates', icon: IconBox, href: '/dashboard/snapshots' }
|
{ label: 'Metrics', icon: IconMetrics, href: '/dashboard/metrics' }
|
||||||
];
|
];
|
||||||
|
|
||||||
let currentTeamIsByoc = $derived(
|
let currentTeamIsByoc = $derived(
|
||||||
|
|||||||
Reference in New Issue
Block a user