diff --git a/public/plugin.ts b/public/plugin.ts index 6f265e536..f2df956c8 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -171,18 +171,6 @@ export class IndexManagementPlugin implements Plugin { - return mountWrapper(params, ROUTES.INDEX_POLICIES); - }, - }); - // index templates route core.application.register({ id: `opensearch_index_management_dashboards_${encodeURIComponent(ROUTES.TEMPLATES)}`, @@ -243,18 +231,6 @@ export class IndexManagementPlugin implements Plugin { - return mountWrapper(params, ROUTES.SNAPSHOT_POLICIES); - }, - }); - // snapshot repositories route core.application.register({ id: `opensearch_index_management_dashboards_${encodeURIComponent(ROUTES.REPOSITORIES)}`, @@ -286,8 +262,10 @@ export class IndexManagementPlugin implements Plugin