mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
fix
This commit is contained in:
parent
2230d05508
commit
2552c359e2
@ -138,10 +138,10 @@ async function init() {
|
||||
if (!filters.id) {
|
||||
state.service = selectorStore.currentService.id;
|
||||
if (dashboardStore.entity === EntityType[2].value) {
|
||||
state.instance = selectorStore.currentPod.id;
|
||||
state.endpoint = selectorStore.currentPod.id;
|
||||
}
|
||||
if (dashboardStore.entity === EntityType[3].value) {
|
||||
state.endpoint = selectorStore.currentPod.id;
|
||||
state.instance = selectorStore.currentPod.id;
|
||||
}
|
||||
await queryTraces();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user