Skip to content

Commit

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

Signed-off-by: SuZhou-Joe <[email protected]>

* feat: update title of entries

Signed-off-by: SuZhou-Joe <[email protected]>

* feat: update link

Signed-off-by: SuZhou-Joe <[email protected]>

* feat: add description

Signed-off-by: SuZhou-Joe <[email protected]>

---------

Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe authored Aug 13, 2024
1 parent ee65453 commit 562d3a1
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 562d3a1

Please sign in to comment.