Skip to content

Commit da35617

Browse files
authored
feat: show anomoly detection in left navigation (#820)
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
1 parent a6a1655 commit da35617

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

public/plugin.ts

-3
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
112112
title: 'Get started',
113113
order: 8040,
114114
category: DEFAULT_APP_CATEGORIES.detect,
115-
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
116115
mount: async (params: AppMountParameters) => {
117116
const { renderApp } = await import('./anomaly_detection_app');
118117
const [coreStart] = await core.getStartServices();
@@ -127,7 +126,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
127126
title: 'Dashboard',
128127
order: 8040,
129128
category: DEFAULT_APP_CATEGORIES.detect,
130-
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
131129
mount: async (params: AppMountParameters) => {
132130
const { renderApp } = await import('./anomaly_detection_app');
133131
const [coreStart] = await core.getStartServices();
@@ -142,7 +140,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
142140
title: 'Detectors',
143141
order: 8040,
144142
category: DEFAULT_APP_CATEGORIES.detect,
145-
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
146143
mount: async (params: AppMountParameters) => {
147144
const { renderApp } = await import('./anomaly_detection_app');
148145
const [coreStart] = await core.getStartServices();

0 commit comments

Comments
 (0)