File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
frontend/src/layouts/AppLayout Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 && {
You can’t perform that action at this time.
0 commit comments