Skip to content

Commit

Permalink
feat: remove outside workspace (#1028) (#1036)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0153b94)

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b2551ca commit 9d99052
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class AlertingPlugin implements Plugin<void, AlertingStart, AlertingSetup
label: 'OpenSearch Plugins',
order: 2000,
},
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
order: 4000,
mount: async (params) => {
const { renderApp } = await import('./app');
Expand All @@ -93,7 +92,6 @@ export class AlertingPlugin implements Plugin<void, AlertingStart, AlertingSetup
title: 'Alerts',
order: 9070,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
return mountWrapper(params, "/dashboard");
},
Expand All @@ -104,7 +102,6 @@ export class AlertingPlugin implements Plugin<void, AlertingStart, AlertingSetup
title: 'Monitors',
order: 9070,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
return mountWrapper(params, "/monitors");
},
Expand All @@ -115,7 +112,6 @@ export class AlertingPlugin implements Plugin<void, AlertingStart, AlertingSetup
title: 'Destinations',
order: 9070,
category: DEFAULT_APP_CATEGORIES.detect,
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
mount: async (params: AppMountParameters) => {
return mountWrapper(params, "/destinations");
},
Expand Down

0 comments on commit 9d99052

Please sign in to comment.