Skip to content

Commit

Permalink
show script id when hovering over the name in script manager table cl…
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 29, 2024
1 parent c531798 commit 4c1a231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/scripts/ScriptManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@
>
{{ props.row.name }}
</q-tooltip>
<q-tooltip :delay="600">ID: {{ props.row.id }}</q-tooltip>
</q-td>
<!-- args -->
<q-td key="args" :props="props">
Expand Down

0 comments on commit 4c1a231

Please sign in to comment.