mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-19 12:57:35 +00:00
reverse tasks
This commit is contained in:
parent
aa2b42fb83
commit
2be9da159e
@ -93,7 +93,7 @@ export const ebpfStore = defineStore({
|
||||
if (res.data.errors) {
|
||||
return res.data;
|
||||
}
|
||||
this.taskList = res.data.data.queryEBPFTasks || [];
|
||||
this.taskList = res.data.data.queryEBPFTasks.reverse() || [];
|
||||
if (!this.taskList.length) {
|
||||
return res.data;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user