Skip to content

Commit

Permalink
update side menu to link networks
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Dec 24, 2024
1 parent 81001b5 commit 71cf3bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/NavigationAPI.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export const apiNavigation = [
{ title: 'Policies', href: '/api/resources/policies' },
{ title: 'Posture-Checks', href: '/api/resources/posture-checks' },
{ title: 'Geo-Locations', href: '/api/resources/geo-locations' },
{ title: 'Routes', href: '/api/resources/routes' },
{ title: 'Routes (deprecated)', href: '/api/resources/routes' },
{ title: 'Networks', href: '/api/resources/networks' },
{ title: 'DNS', href: '/api/resources/dns' },
{ title: 'Events', href: '/api/resources/events' },
],
Expand Down

0 comments on commit 71cf3bf

Please sign in to comment.