mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-04 17:04:09 +00:00
add events type
This commit is contained in:
parent
b6d8a2c160
commit
2236beb3ca
@ -121,11 +121,7 @@ export const asyncProfilingStore = defineStore({
|
|||||||
this.analyzeTrees = [];
|
this.analyzeTrees = [];
|
||||||
return res.data;
|
return res.data;
|
||||||
}
|
}
|
||||||
if (analysisResult.tip) {
|
this.analyzeTrees = [analysisResult.tree];
|
||||||
this.analyzeTrees = [];
|
|
||||||
return res.data;
|
|
||||||
}
|
|
||||||
this.analyzeTrees = analysisResult.elements;
|
|
||||||
return res.data;
|
return res.data;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -59,7 +59,7 @@ limitations under the License. -->
|
|||||||
);
|
);
|
||||||
|
|
||||||
function changeInstances(options: Option[]) {
|
function changeInstances(options: Option[]) {
|
||||||
serviceInstanceIds.value = options.map((d: Option) => d.value);
|
serviceInstanceIds.value = options.map((d: any) => d.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeEventType(options: Option[]) {
|
function changeEventType(options: Option[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user