mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: update mcp nav title (#12818)
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import i18n from '@/lang';
|
||||
|
||||
const buttons = [
|
||||
{
|
||||
label: 'Servers',
|
||||
path: '/ai/mcp/servers',
|
||||
label: i18n.global.t('menu.mcp'),
|
||||
path: '/ai/mcp',
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<RouterMenu />
|
||||
<LayoutContent :title="'Servers'" v-loading="loading">
|
||||
<LayoutContent :title="$t('menu.mcp')" v-loading="loading">
|
||||
<template #leftToolBar>
|
||||
<div class="flex flex-wrap gap-3">
|
||||
<el-button v-permission type="primary" @click="openCreate">
|
||||
|
||||
Reference in New Issue
Block a user