diff --git a/core/core-frontend/src/api/sync/syncDatasource.ts b/core/core-frontend/src/api/sync/syncDatasource.ts index 919fdc6d1e..19334606fd 100644 --- a/core/core-frontend/src/api/sync/syncDatasource.ts +++ b/core/core-frontend/src/api/sync/syncDatasource.ts @@ -49,3 +49,7 @@ export const getFieldListApi = data => { export const validateByIdApi = (id: string) => { return request.get({ url: `/sync/datasource/validate/${id}` }) } + +export const loadSyncPlugin = () => { + return request.get({ url: '/xpackComponent/syncPlugins' }) +} diff --git a/de-xpack b/de-xpack index 808c95367f..9d6d7bf279 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 808c95367fab42fec8339aab2e6e5b9beb329948 +Subproject commit 9d6d7bf279cfb98112d194b589b32f8fe06ffa7d