Skip to content

Commit ab439a1

Browse files
committed
update group_sample_types order
1 parent 15b7d44 commit ab439a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/view/index/components/selectTypes.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
url: "/api/group_sample_types",
4646
})
4747
.then((res) => {
48-
const types = ["heap","fgprof","profile","goroutine","allocs","block","threadcreate","mutex","trace"]
48+
const types = ["goroutine","profile","heap","fgprof","allocs","block","threadcreate","mutex","trace"]
4949
var data = []
5050
for (const key of types) {
5151
if (res[key]) {

0 commit comments

Comments
 (0)