Skip to content

Commit 2ffcef2

Browse files
hLinxiSecloud
authored andcommitted
fix(frontend): es集群详情获取主机列表 api 调用错误 #11316
1 parent 6eb346a commit 2ffcef2

File tree

1 file changed

+1
-1
lines changed
  • dbm-ui/frontend/src/views/db-manage/elastic-search/common/cluster-detail/components

1 file changed

+1
-1
lines changed

dbm-ui/frontend/src/views/db-manage/elastic-search/common/cluster-detail/components/HostList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
235235
const props = defineProps<Props>();
236236
237-
const fetchClusterMachineList = useClusterMachineList(ClusterTypes.DORIS);
237+
const fetchClusterMachineList = useClusterMachineList(ClusterTypes.ES);
238238
const { t } = useI18n();
239239
const route = useRoute();
240240
const router = useRouter();

0 commit comments

Comments
 (0)