We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8bcc0 commit 8ec5a5bCopy full SHA for 8ec5a5b
frontend/src/routers/modules/ai.ts
@@ -24,7 +24,7 @@ const databaseRouter = {
24
name: 'MCPServer',
25
component: () => import('@/views/ai/mcp/server/index.vue'),
26
meta: {
27
- title: 'MCP',
+ title: 'menu.mcp',
28
requiresAuth: true,
29
},
30
frontend/src/views/container/repo/operator/index.vue
@@ -113,6 +113,8 @@ const oldProto = ref();
113
114
const acceptParams = (params: DialogProps): void => {
115
dialogData.value = params;
116
+ oldUrl.value = params.rowData.downloadUrl;
117
+ oldProto.value = params.rowData.protocol;
118
title.value = i18n.global.t('commons.button.' + dialogData.value.title);
119
drawerVisible.value = true;
120
};
0 commit comments