|
|
|
@ -293,7 +293,7 @@ export const menuSectionMap = new Map<MenuId, MenuSection>([ |
|
|
|
id: MenuId.ai_models, |
|
|
|
name: 'ai-models.ai-models', |
|
|
|
type: 'link', |
|
|
|
path: '/ai-models', |
|
|
|
path: '/settings/ai-models', |
|
|
|
icon: 'auto_awesome' |
|
|
|
} |
|
|
|
], |
|
|
|
@ -852,7 +852,6 @@ const defaultUserMenuMap = new Map<Authority, MenuReference[]>([ |
|
|
|
{id: MenuId.notification_rules} |
|
|
|
] |
|
|
|
}, |
|
|
|
{id: MenuId.ai_models}, |
|
|
|
{ |
|
|
|
id: MenuId.mobile_center, |
|
|
|
pages: [ |
|
|
|
@ -868,7 +867,8 @@ const defaultUserMenuMap = new Map<Authority, MenuReference[]>([ |
|
|
|
{id: MenuId.notification_settings}, |
|
|
|
{id: MenuId.repository_settings}, |
|
|
|
{id: MenuId.auto_commit_settings}, |
|
|
|
{id: MenuId.trendz_settings} |
|
|
|
{id: MenuId.trendz_settings}, |
|
|
|
{id: MenuId.ai_models} |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
|