File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
112
112
title : 'Get started' ,
113
113
order : 8040 ,
114
114
category : DEFAULT_APP_CATEGORIES . detect ,
115
- workspaceAvailability : WorkspaceAvailability . outsideWorkspace ,
116
115
mount : async ( params : AppMountParameters ) => {
117
116
const { renderApp } = await import ( './anomaly_detection_app' ) ;
118
117
const [ coreStart ] = await core . getStartServices ( ) ;
@@ -127,7 +126,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
127
126
title : 'Dashboard' ,
128
127
order : 8040 ,
129
128
category : DEFAULT_APP_CATEGORIES . detect ,
130
- workspaceAvailability : WorkspaceAvailability . outsideWorkspace ,
131
129
mount : async ( params : AppMountParameters ) => {
132
130
const { renderApp } = await import ( './anomaly_detection_app' ) ;
133
131
const [ coreStart ] = await core . getStartServices ( ) ;
@@ -142,7 +140,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
142
140
title : 'Detectors' ,
143
141
order : 8040 ,
144
142
category : DEFAULT_APP_CATEGORIES . detect ,
145
- workspaceAvailability : WorkspaceAvailability . outsideWorkspace ,
146
143
mount : async ( params : AppMountParameters ) => {
147
144
const { renderApp } = await import ( './anomaly_detection_app' ) ;
148
145
const [ coreStart ] = await core . getStartServices ( ) ;
You can’t perform that action at this time.
0 commit comments