Skip to content

Commit

Permalink
feat: allow sort by Name in heapdump Threads view
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed May 11, 2024
1 parent 27ada14 commit 52d627a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/heapdump/Threads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const columns = [
label: 'Name',
width: 130,
align: 'right',
property: 'name'
property: 'name',
sortable: true,
},
{
label: 'Shallow Size',
Expand Down

0 comments on commit 52d627a

Please sign in to comment.