Skip to content

Commit

Permalink
feat: show anomoly detection in left navigation (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
(cherry picked from commit da35617)
  • Loading branch information
SuZhou-Joe authored and github-actions[bot] committed Jul 29, 2024
1 parent 1bdc1f1 commit a7b0d84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
title: 'Get started',
order: 8040,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
const { renderApp } = await import('./anomaly_detection_app');
const [coreStart] = await core.getStartServices();
Expand All @@ -127,7 +126,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
title: 'Dashboard',
order: 8040,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
const { renderApp } = await import('./anomaly_detection_app');
const [coreStart] = await core.getStartServices();
Expand All @@ -142,7 +140,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
title: 'Detectors',
order: 8040,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
const { renderApp } = await import('./anomaly_detection_app');
const [coreStart] = await core.getStartServices();
Expand Down

0 comments on commit a7b0d84

Please sign in to comment.