Skip to content

Commit

Permalink
Disable expanded header in Wazuh Dashboard (#5048)
Browse files Browse the repository at this point in the history
* add useExpandedHeader config to the environment

* change menu styles
  • Loading branch information
yenienserrano authored Dec 29, 2022
1 parent f4f8345 commit 461341c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docker/osd-dev/config/2.x/osd/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ opensearch.ssl.certificateAuthorities: ["/home/node/kbn/certs/ca.pem"]
uiSettings.overrides.defaultRoute: /app/wazuh
opensearch.username: "kibanaserver"
opensearch.password: "kibanaserver"
opensearchDashboards.branding:
useExpandedHeader: false

1 change: 0 additions & 1 deletion public/components/wz-menu/wz-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ wz-menu {

.wz-menu-popover{
position: fixed;
top: 105px !important;
left: 96px !important;
border-radius: 0px 0px 4px 0px;
max-height: unset!important;
Expand Down

0 comments on commit 461341c

Please sign in to comment.