mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 08:25:25 +00:00
fix arr
This commit is contained in:
parent
20f49e6e21
commit
509ecfa82f
@ -100,9 +100,7 @@ async function analyzeEBPF() {
|
||||
let arr: string[] = [];
|
||||
if (selectedLabels.value.includes("0")) {
|
||||
arr = labels.value.map((d: Option) => d.value);
|
||||
arr.pop();
|
||||
}
|
||||
console.log(arr);
|
||||
const ranges: { start: number; end: number }[] = [];
|
||||
const scheduleIdList = ebpfStore.eBPFSchedules.flatMap(
|
||||
(d: EBPFProfilingSchedule) => {
|
||||
|
Loading…
Reference in New Issue
Block a user