Skip to content

Commit

Permalink
[navigation]feat: change parent item name (#234) (#235)
Browse files Browse the repository at this point in the history
* feat: change parent item name



* feat: update title of entries



* feat: update link



* feat: add description



---------


(cherry picked from commit 562d3a1)

Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 121b9d9 commit 2a3f96b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ This code is licensed under the Apache 2.0 License.

## Copyright

Copyright OpenSearch Contributors. See [NOTICE](../NOTICE.txt) for details.
Copyright OpenSearch Contributors. See [NOTICE](./NOTICE) for details.
4 changes: 4 additions & 0 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export class notificationsDashboardsPlugin
title: this.title,
category: core.chrome?.navGroup?.getNavGroupEnabled() ? undefined : DEFAULT_APP_CATEGORIES.management,
order: 9060,
description: i18n.translate('dashboards-notifications.leftNav.notifications.description', {
defaultMessage: 'Configure and organize notification channels.'
}),
workspaceAvailability: WorkspaceAvailability.outsideWorkspace,
async mount(params: AppMountParameters) {
// Load application bundle
Expand Down Expand Up @@ -76,6 +79,7 @@ export class notificationsDashboardsPlugin
core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.settingsAndSetup, [
{
id: PLUGIN_NAME,
title: 'Notification channels'
}
])

Expand Down

0 comments on commit 2a3f96b

Please sign in to comment.