Skip to content

Commit

Permalink
Add nav link to /classify-systems (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking authored Jan 6, 2023
1 parent 8e213bb commit c5654cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The types of changes are:

* Added the connection key to the execution log [#2100](https://github.com/ethyca/fides/pull/2100)
* Added endpoints to retrieve DSR `Rule`s and `Rule Target`s [#2116](https://github.com/ethyca/fides/pull/2116)
* Add link to Classify Systems page in nav side bar [#2128](https://github.com/ethyca/fides/pull/2128)
* Dataset classification UI now polls for results [#2123](https://github.com/ethyca/fides/pull/2123)

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ describe("configureNavGroups", () => {
{ title: "View systems", path: "/system" },
{ title: "Add systems", path: "/add-systems" },
{ title: "Manage datasets", path: "/dataset" },
{ title: "Classify systems", path: "/classify-systems" },
],
});
});
Expand Down
5 changes: 5 additions & 0 deletions clients/admin-ui/src/features/common/nav/v2/nav-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ export const NAV_CONFIG: NavConfigGroup[] = [
{ title: "View systems", path: "/system" },
{ title: "Add systems", path: "/add-systems" },
{ title: "Manage datasets", path: "/dataset" },
{
title: "Classify systems",
path: "/classify-systems",
requiresPlus: true,
},
],
},
{
Expand Down

0 comments on commit c5654cd

Please sign in to comment.