wazuh / wazuh-dashboard

Wazuh dashboard, the Wazuh UI platform
https://wazuh.com
Apache License 2.0
22 stars 49 forks source link

Fix home logo link #228

Open jbiset opened 2 days ago

jbiset commented 2 days ago

Resume

The link configured in the home logo in the top bar has a repeat app. On internal browser tab routing, this doesn't seem to affect. However, if a new tab is opened from that link the application does not load correctly, displaying the "Application Not Found" screen because it is an invalid URL. This link needs to be corrected so that the case described above does not occur.

To Reproduce

Steps to reproduce the behavior:

  1. Go to Overview screen
  2. Open a new tab or window from the home logo link
  3. The "Application Not Found" screen is displayed

Expected behavior

The screen assigned to the home must be loaded correctly

Screenshots

Screen showing the current link that has the home logo

image

"Application Not Found" screen currently loading with the issue

image

Code associated to the Issue

image