Skip to content

Commit

Permalink
[navigation-next] Add new category (#7273)
Browse files Browse the repository at this point in the history
* feat: add new categories

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

* Changeset file for PR #7273 created/updated

---------

Signed-off-by: SuZhou-Joe <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 314d546)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f1be0d6 commit 7fcdd7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7273.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
feat:
- [navigation-next] Add new category ([#7273](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7273))
14 changes: 14 additions & 0 deletions src/core/utils/default_app_categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,25 @@ export const DEFAULT_APP_CATEGORIES: Record<string, AppCategory> = Object.freeze
}),
order: 2000,
},
visualizeAndReport: {
id: 'visualizeAndReport',
label: i18n.translate('core.ui.visualizeAndReport.label', {
defaultMessage: 'Visualize and report',
}),
order: 2000,
},
analyzeSearch: {
id: 'analyzeSearch',
label: i18n.translate('core.ui.analyzeSearch.label', {
defaultMessage: 'Analyze search',
}),
order: 4000,
},
detect: {
id: 'detect',
label: i18n.translate('core.ui.detect.label', {
defaultMessage: 'Detect',
}),
order: 3000,
},
});

0 comments on commit 7fcdd7f

Please sign in to comment.