From 0297672802d2878df620bba8ef52ac65adbfd4af Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Mon, 12 Aug 2024 16:01:58 +0800 Subject: [PATCH 1/4] feat: change parent item name Signed-off-by: SuZhou-Joe --- public/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/plugin.ts b/public/plugin.ts index a1012a7b..f53cc0a8 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -82,7 +82,7 @@ export class notificationsDashboardsPlugin // channels route core.application.register({ id: `channels`, - title: 'Channels', + title: 'Notification channels', order: 9070, workspaceAvailability: WorkspaceAvailability.outsideWorkspace, mount: async (params: AppMountParameters) => { From 048f379199f2ae13e967129c87c3eb85e13c1ba0 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Tue, 13 Aug 2024 13:58:05 +0800 Subject: [PATCH 2/4] feat: update title of entries Signed-off-by: SuZhou-Joe --- public/plugin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/plugin.ts b/public/plugin.ts index f53cc0a8..a17ff1d8 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -76,13 +76,14 @@ export class notificationsDashboardsPlugin core.chrome.navGroup.addNavLinksToGroup(DEFAULT_NAV_GROUPS.settingsAndSetup, [ { id: PLUGIN_NAME, + title: 'Notification channels' } ]) // channels route core.application.register({ id: `channels`, - title: 'Notification channels', + title: 'Channels', order: 9070, workspaceAvailability: WorkspaceAvailability.outsideWorkspace, mount: async (params: AppMountParameters) => { From 640545d088b8115ef56d5aed86877ceff158b2c0 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Tue, 13 Aug 2024 16:07:19 +0800 Subject: [PATCH 3/4] feat: update link Signed-off-by: SuZhou-Joe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6663cc9f..be45fbcc 100644 --- a/README.md +++ b/README.md @@ -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. From f86a375ec7213e88da5da3ab2c1815397ae0cb1c Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Tue, 13 Aug 2024 17:15:49 +0800 Subject: [PATCH 4/4] feat: add description Signed-off-by: SuZhou-Joe --- public/plugin.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/plugin.ts b/public/plugin.ts index a17ff1d8..f28c6710 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -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