Skip to content

Commit

Permalink
Update new navigation groups (#637)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
(cherry picked from commit d3f2386)
  • Loading branch information
junqiu-lei authored and github-actions[bot] committed Jul 22, 2024
1 parent 5c6fcd3 commit 4d7583e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,7 @@ export class CustomImportMapPlugin
id: MAPS_APP_ID,
category: DEFAULT_APP_CATEGORIES.visualizeAndReport,
order: 200,
}]);

core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS['security-analytics'], [{
id: MAPS_APP_ID,
category: DEFAULT_APP_CATEGORIES.visualizeAndReport,
order: 200,
}]);

core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.search, [{
id: MAPS_APP_ID,
category: DEFAULT_APP_CATEGORIES.analyzeSearch,
order: 200,
showInAllNavGroup: true,
}]);

const mapEmbeddableFactory = new MapEmbeddableFactoryDefinition(async () => {
Expand Down

0 comments on commit 4d7583e

Please sign in to comment.