From c0a55bfdd4e287d0b736ea2a6c19b6ccfba19fa1 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 27 Sep 2022 20:41:51 +0200 Subject: [PATCH] fix(frontend): workers as the last menu link --- frontend/src/lib/components/sidebar/SidebarContent.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/sidebar/SidebarContent.svelte b/frontend/src/lib/components/sidebar/SidebarContent.svelte index cc7353b188..0d6f4ae4e4 100644 --- a/frontend/src/lib/components/sidebar/SidebarContent.svelte +++ b/frontend/src/lib/components/sidebar/SidebarContent.svelte @@ -28,7 +28,6 @@ ] $: secondaryMenuLinks = [ - { label: 'Workers', href: '/workers', icon: faRobot }, { label: 'Groups', href: '/groups', icon: faUsersCog }, { label: 'Audit Logs', href: '/audit_logs', icon: faEye }, { @@ -36,7 +35,8 @@ href: '/workspace_settings', icon: faCog, disabled: !$userStore?.is_admin - } + }, + { label: 'Workers', href: '/workers', icon: faRobot } ] const thirdMenuLinks = [