Skip to content

Commit

Permalink
addresseed the comments
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jul 22, 2024
1 parent bc11e80 commit f4b851f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,7 @@ export class AlertingPlugin implements Plugin<void, AlertingStart, AlertingSetup
core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.observability, [
{
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,
category: DEFAULT_APP_CATEGORIES.configure,
showInAllNavGroup: false
}
])
Expand Down

0 comments on commit f4b851f

Please sign in to comment.