Skip to content

Commit

Permalink
Remove overveiw management plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Feb 8, 2024
1 parent 99edb97 commit 6d63137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/management_overview/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
Plugin,
DEFAULT_APP_CATEGORIES,
CoreStart,
AppStatus,
} from '../../../core/public';
import { FeatureCatalogueCategory, HomePublicPluginSetup } from '../../home/public';
import { MANAGEMENT_OVERVIEW_PLUGIN_ID } from '../common/constants';
Expand Down Expand Up @@ -65,6 +66,7 @@ export class ManagementOverViewPlugin
icon: '/ui/logos/opensearch_mark.svg',
order: 9000,
category: DEFAULT_APP_CATEGORIES.management,
status: AppStatus.inaccessible,
mount: async (params: AppMountParameters) => {
const { element } = params;
const [core] = await getStartServices();
Expand Down

0 comments on commit 6d63137

Please sign in to comment.