mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 22:53:53 +00:00
fix: selector (#309)
This commit is contained in:
parent
344f2a6608
commit
08db5a0440
@ -340,7 +340,7 @@ limitations under the License. -->
|
||||
selectorStore.setCurrentPod(null);
|
||||
states.currentPod = "";
|
||||
states.currentProcess = "";
|
||||
const e = dashboardStore.entity === EntityType[7].value ? EntityType[8].value : dashboardStore.entity;
|
||||
const e = dashboardStore.entity.split("Relation")[0];
|
||||
fetchPods(e, selectorStore.currentService.id, true);
|
||||
} else {
|
||||
selectorStore.setCurrentService(null);
|
||||
|
Loading…
Reference in New Issue
Block a user