Skip to content

Commit

Permalink
show custom field id when hovering amidaware/tacticalrmm#1943
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jul 29, 2024
1 parent 4c1a231 commit 0c744ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modals/coresettings/CustomFieldsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<!-- name -->
<q-td>
{{ props.row.name }}
<q-tooltip :delay="600">ID: {{ props.row.id }}</q-tooltip>
</q-td>
<!-- type -->
<q-td>
Expand Down

0 comments on commit 0c744ed

Please sign in to comment.