mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Fix Reports nav underline (#43137)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #43125 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [x] QA'd all new/changed functionality manually <img width="2116" height="553" alt="Screenshot 2026-04-07 at 1 38 06 PM" src="https://github.com/user-attachments/assets/62b58312-9fed-4a59-bc0b-bdf0aeaf8e3a" />
This commit is contained in:
parent
2790ba984e
commit
e55e316d04
2 changed files with 2 additions and 1 deletions
1
changes/43125-reports-nav-underline
Normal file
1
changes/43125-reports-nav-underline
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fixed missing underline on "Reports" nav item when active in top navigation.
|
||||
|
|
@ -85,7 +85,7 @@ export default (
|
|||
{
|
||||
name: "Reports",
|
||||
location: {
|
||||
regex: new RegExp(`^${URL_PREFIX}/queries/`),
|
||||
regex: new RegExp(`^${URL_PREFIX}/reports/`),
|
||||
pathname: PATHS.MANAGE_REPORTS,
|
||||
},
|
||||
withParams: { type: "query", names: ["fleet_id"] },
|
||||
|
|
|
|||
Loading…
Reference in a new issue