Skip to content

Commit

Permalink
Merge branch '2.16-get-start-card' of github.com:yubonluo/OpenSearch-…
Browse files Browse the repository at this point in the history
…Dashboards into 2.16-get-start-card
  • Loading branch information
yubonluo committed Jul 21, 2024
2 parents f4930de + 9a09024 commit 29c80dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7333.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
feat:
- [Workspace] Register four get started cards in home page ([#7333](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7333))
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const UseCaseFooter = ({

if (filterWorkspaces.length === 0) {
const modalHeaderTitle = i18n.translate('useCase.footer.modal.headerTitle', {
defaultMessage: isDashboardAdmin ? ' ' : 'Unable to create workspace',
defaultMessage: isDashboardAdmin ? 'No workspaces found' : 'Unable to create workspace',
});
const modalBodyContent = i18n.translate('useCase.footer.modal.bodyContent', {
defaultMessage: isDashboardAdmin
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/workspace/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ export class WorkspacePlugin
core: CoreStart,
contentManagement: ContentManagementPluginStart
) {
// console.log('------');
// debugger;
const useCases = [
WORKSPACE_USE_CASES.observability,
WORKSPACE_USE_CASES['security-analytics'],
Expand Down

0 comments on commit 29c80dd

Please sign in to comment.