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