Skip to content

Commit

Permalink
add tooltip to model name
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Martin <phmartin@redhat.com>
  • Loading branch information
feloy committed Mar 25, 2024
1 parent bc7f998 commit b681f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function openDetails() {
</script>

<button on:click="{() => openDetails()}">
<div class="text-sm text-gray-300 overflow-hidden text-ellipsis">
<div class="text-sm text-gray-300 overflow-hidden text-ellipsis" title="{object.name}">
{object.name}
</div>
</button>

0 comments on commit b681f85

Please sign in to comment.