Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit edc1d25
Author: Alex Ruiz Becerra <[email protected]>
Date:   Wed Apr 19 23:50:46 2023 +0200

    Revert hide overview app

    Moved to  #41

commit 80e05b8
Author: Ian Yenien Serrano <[email protected]>
Date:   Tue Apr 18 13:08:13 2023 +0200

    Change the word dashboard to lowercase

commit 80e8e26
Author: Ian Yenien Serrano <[email protected]>
Date:   Tue Apr 18 13:04:35 2023 +0200

    Undo change Wazuh documentation

commit cc6f646
Author: Ian Yenien Serrano <[email protected]>
Date:   Tue Apr 18 12:54:06 2023 +0200

    Undo changes support links

commit eadeaea
Author: Ian Yenien Serrano <[email protected]>
Date:   Tue Apr 18 12:45:52 2023 +0200

    Undo changes to settings.js

commit 7ef51bc
Author: Alex Ruiz Becerra <[email protected]>
Date:   Wed Feb 15 18:37:16 2023 +0100

    Revert changes on useExpandedHeaders setting due to Cypress tests

commit 7baeca3
Author: Alex Ruiz Becerra <[email protected]>
Date:   Fri Feb 10 15:51:32 2023 +0100

    Remove commented code and update snapshots

commit 03b775f
Author: Alex Ruiz Becerra <[email protected]>
Date:   Thu Feb 2 18:47:12 2023 +0100

    Add more changes from Wazuh

commit 75ac4ce
Author: Alex Ruiz Becerra <[email protected]>
Date:   Wed Feb 1 15:20:51 2023 +0100

    Push first batch of changes from Wazuh

commit 3d9ba6d
Author: Alex Ruiz Becerra <[email protected]>
Date:   Mon Apr 17 20:01:21 2023 +0200

    Update Browserslist: caniuse-lite

    Was preventing tests to pass

commit 3c6d5ea
Author: Alex Ruiz Becerra <[email protected]>
Date:   Mon Feb 13 13:48:24 2023 +0100

    Fix functional tests
  • Loading branch information
AlexRuiz7 committed Apr 20, 2023
1 parent 0fcbbac commit d8e7c05
Show file tree
Hide file tree
Showing 33 changed files with 1,185 additions and 407 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header_help_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class HeaderHelpMenuUI extends Component<Props, State> {
<EuiButtonEmpty href={helpSupportUrl} target="_blank" size="xs" flush="left">
<FormattedMessage
id="core.ui.chrome.headerGlobalNav.helpMenuAskElasticTitle"
defaultMessage="Ask OpenSearch"
defaultMessage="Ask Wazuh"
/>
</EuiButtonEmpty>

Expand Down
4 changes: 2 additions & 2 deletions src/core/public/chrome/ui/header/home_icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import React from 'react';
import { EuiIcon } from '@elastic/eui';
import { ChromeBranding } from '../../chrome_service';

export const DEFAULT_MARK = 'opensearch_mark_default_mode.svg';
export const DEFAULT_DARK_MARK = 'opensearch_mark_dark_mode.svg';
export const DEFAULT_MARK = 'home_default_mode.svg';
export const DEFAULT_DARK_MARK = 'home_dark_mode.svg';

/**
* Use branding configurations to render the header mark on the nav bar.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d8e7c05

Please sign in to comment.