mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-13 05:38:56 +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