File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
102
102
{
103
103
id : PLUGIN_NAME ,
104
104
category : DEFAULT_APP_CATEGORIES . detect ,
105
- showInAllNavGroup : true
106
- }
107
- ] )
108
- core . chrome . navGroup . addNavLinksToGroup ( DEFAULT_NAV_GROUPS [ 'security-analytics' ] , [
109
- {
110
- id : PLUGIN_NAME ,
111
- category : DEFAULT_APP_CATEGORIES . detect ,
112
- showInAllNavGroup : true
113
105
}
114
106
] )
115
107
@@ -176,22 +168,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
176
168
} ]
177
169
) ;
178
170
179
- core . chrome . navGroup . addNavLinksToGroup (
180
- DEFAULT_NAV_GROUPS [ 'security-analytics' ] ,
181
- [ {
182
- id : OVERVIEW_PAGE_NAV_ID ,
183
- parentNavLinkId : PLUGIN_NAME
184
- } ,
185
- {
186
- id : DASHBOARD_PAGE_NAV_ID ,
187
- parentNavLinkId : PLUGIN_NAME
188
- } ,
189
- {
190
- id : DETECTORS_PAGE_NAV_ID ,
191
- parentNavLinkId : PLUGIN_NAME
192
- } ]
193
- ) ;
194
-
195
171
setUISettings ( core . uiSettings ) ;
196
172
197
173
// Set the HTTP client so it can be pulled into expression fns to make
You can’t perform that action at this time.
0 commit comments