Skip to content

Commit

Permalink
fix pinned cluster tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo Mesgin authored and Mo Mesgin committed Sep 11, 2024
1 parent e226f51 commit 85110f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/components/nav/TopLevelMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ export default {
/>
<div
class="cluster-name"
v-tooltip="getTooltipConfig(c)"

Check warning on line 618 in shell/components/nav/TopLevelMenu.vue

View workflow job for this annotation

GitHub Actions / lint

Attribute "v-tooltip" should go before "class"
>
<p>{{ c.label }}</p>
<p
Expand Down

0 comments on commit 85110f5

Please sign in to comment.