Skip to content

Commit

Permalink
added policy tester to nav
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Apr 11, 2024
1 parent 247603f commit a4f0d2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ const _nav = [
name: 'Deploy CA Policies',
to: '/tenant/conditional/deploy',
},
{
component: CNavItem,
name: 'CA Policy Tester',
to: '/tenant/conditional/test-policy',
},
{
component: CNavItem,
name: 'CA Vacation Mode',
Expand Down

0 comments on commit a4f0d2c

Please sign in to comment.