Skip to content

Commit

Permalink
fix(ui): better re-discover tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 4, 2023
1 parent 4fa18a8 commit 1e04cab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/custom/ReinterviewBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
><v-icon x-small>update</v-icon></v-btn
>
</template>
<span>Configuration update available, re-interview the node</span>
<span>
Auto-discovered functionality has changed since the last interview;
re-interview to apply</span
>
</v-tooltip>
</template>

Expand Down

0 comments on commit 1e04cab

Please sign in to comment.