Skip to content

Commit

Permalink
Update new navigation groups
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei committed Jul 22, 2024
1 parent f7fdf0a commit bd7bfce
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,6 @@ export class CustomImportMapPlugin
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,
}]);

const mapEmbeddableFactory = new MapEmbeddableFactoryDefinition(async () => {
const [coreStart, depsStart] = await core.getStartServices();
const { navigation, data: useData } = depsStart as AppPluginStartDependencies;
Expand Down

0 comments on commit bd7bfce

Please sign in to comment.