This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 08db5a04 fix: selector (#309)
08db5a04 is described below
commit 08db5a0440598a8306e9a17d87a69800ebd798f3
Author: Fine0830 <[email protected]>
AuthorDate: Tue Aug 1 15:41:16 2023 +0800
fix: selector (#309)
---
src/views/dashboard/panel/Tool.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/dashboard/panel/Tool.vue
b/src/views/dashboard/panel/Tool.vue
index ea3d29fb..aaf27fdd 100644
--- a/src/views/dashboard/panel/Tool.vue
+++ b/src/views/dashboard/panel/Tool.vue
@@ -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);