Skip to content

Commit

Permalink
fix(frontend): sqlserver 体验问题 TencentBlueKing#6801
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 18102
  • Loading branch information
hLinx authored and jinquantianxia committed Sep 11, 2024
1 parent 0ec2fb6 commit c5b1557
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
<template>
<FunController module-id="sqlserver">
<BkMenuGroup name="SqlServer">
<BkMenuItem key="SqlServerSingle">
<template #icon>
<DbIcon type="node" />
</template>
<span
v-overflow-tips.right
class="text-overflow">
{{ t('单节点') }}
</span>
</BkMenuItem>
<BkSubmenu
key="SqlServerHaClusterManage"
:title="t('主从')">
Expand All @@ -32,6 +22,16 @@
</span>
</BkMenuItem>
</BkSubmenu>
<BkMenuItem key="SqlServerSingle">
<template #icon>
<DbIcon type="node" />
</template>
<span
v-overflow-tips.right
class="text-overflow">
{{ t('单节点') }}
</span>
</BkMenuItem>
<BkSubmenu
key="sqlserver-permission"
:title="t('权限管理')">
Expand Down

0 comments on commit c5b1557

Please sign in to comment.