mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 03:09:18 +00:00
fix: selector (#309)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user