Skip to content

Commit

Permalink
side nav redesign change update (#812) (#813)
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
(cherry picked from commit 13aed3c)

Co-authored-by: Jackie Han <jkhanjob@gmail.com>
  • Loading branch information
opensearch-trigger-bot[bot] and jackiehanyang committed Jul 22, 2024
1 parent ca59f77 commit 99efbbf
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
{
id: PLUGIN_NAME,
category: DEFAULT_APP_CATEGORIES.detect,
showInAllNavGroup: true
}
])
core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS['security-analytics'],[
{
id: PLUGIN_NAME,
category: DEFAULT_APP_CATEGORIES.detect,
showInAllNavGroup: true
}
])

Expand Down Expand Up @@ -176,22 +168,6 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
}]
);

core.chrome.navGroup.addNavLinksToGroup(
DEFAULT_NAV_GROUPS['security-analytics'],
[{
id: OVERVIEW_PAGE_NAV_ID,
parentNavLinkId: PLUGIN_NAME
},
{
id: DASHBOARD_PAGE_NAV_ID,
parentNavLinkId: PLUGIN_NAME
},
{
id: DETECTORS_PAGE_NAV_ID,
parentNavLinkId: PLUGIN_NAME
}]
);

setUISettings(core.uiSettings);

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

0 comments on commit 99efbbf

Please sign in to comment.