Skip to content

Commit

Permalink
fix(ui): issue#490
Browse files Browse the repository at this point in the history
  • Loading branch information
pycook committed May 2, 2024
1 parent 095190a commit 2a8e9e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</a-tooltip>

<a-tooltip v-if="index !== CITypeGroups.length - 1">
<template slot="title">{{ $t('cmdb.ciType.up') }}</template>
<template slot="title">{{ $t('cmdb.ciType.down') }}</template>
<a
><a-icon
type="arrow-down"
Expand Down

0 comments on commit 2a8e9e6

Please sign in to comment.