Skip to content

Commit 32fbc02

Browse files
[UI] Minor re-order in the sidebar (#3484)
1 parent 1964591 commit 32fbc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layouts/AppLayout/hooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ export const useSideNavigation = () => {
2525
const generalLinks = [
2626
{ type: 'link', text: t('navigation.runs'), href: ROUTES.RUNS.LIST },
2727
{ type: 'link', text: t('navigation.offers'), href: ROUTES.OFFERS.LIST },
28-
{ type: 'link', text: t('navigation.models'), href: ROUTES.MODELS.LIST },
2928
{ type: 'link', text: t('navigation.fleets'), href: ROUTES.FLEETS.LIST },
3029
{ type: 'link', text: t('navigation.instances'), href: ROUTES.INSTANCES.LIST },
3130
{ type: 'link', text: t('navigation.volumes'), href: ROUTES.VOLUMES.LIST },
3231
{ type: 'link', text: t('navigation.events'), href: ROUTES.EVENTS.LIST },
32+
{ type: 'link', text: t('navigation.models'), href: ROUTES.MODELS.LIST },
3333
{ type: 'link', text: t('navigation.project_other'), href: ROUTES.PROJECT.LIST },
3434

3535
isGlobalAdmin && {

0 commit comments

Comments
 (0)