fix(frontend): workers as the last menu link

This commit is contained in:
Ruben Fiszel
2022-09-27 20:41:51 +02:00
parent deb0b47a5f
commit c0a55bfdd4

View File

@@ -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 = [