Skip to content

Commit 13aed3c

Browse files
side nav redesign change update (#812)
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
1 parent 530dd12 commit 13aed3c

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

public/plugin.ts

-24
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
102102
{
103103
id: PLUGIN_NAME,
104104
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
113105
}
114106
])
115107

@@ -176,22 +168,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
176168
}]
177169
);
178170

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-
195171
setUISettings(core.uiSettings);
196172

197173
// Set the HTTP client so it can be pulled into expression fns to make

0 commit comments

Comments
 (0)