Link Networks API (#265)

* update side menu to link networks

* change heading
This commit is contained in:
Pascal Fischer
2024-12-24 11:12:09 +01:00
committed by GitHub
parent 81001b562c
commit c8683cc7e2
14 changed files with 75 additions and 74 deletions

View File

@@ -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' },
],