From 45793e181cc9495aa2d92a3c25703c4fdf7eec79 Mon Sep 17 00:00:00 2001 From: pptx704 Date: Wed, 25 Mar 2026 16:08:38 +0600 Subject: [PATCH] Move metrics to after templates in sidebar nav --- frontend/src/lib/components/Sidebar.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/Sidebar.svelte b/frontend/src/lib/components/Sidebar.svelte index 1b11726..fa6ff29 100644 --- a/frontend/src/lib/components/Sidebar.svelte +++ b/frontend/src/lib/components/Sidebar.svelte @@ -48,8 +48,8 @@ const platformItems: NavItem[] = [ { 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(