Add new endpoints to navigation menu (#574)

This commit is contained in:
Maycon Santos
2026-01-23 20:33:44 +01:00
committed by GitHub
parent 4d5843df12
commit f12b83dabe

View File

@@ -34,7 +34,11 @@ export const apiNavigation = [
{ title: 'Routes (deprecated)', href: '/api/resources/routes' },
{ title: 'Networks', href: '/api/resources/networks' },
{ title: 'DNS', href: '/api/resources/dns' },
{ title: 'DNS Zones', href: '/api/resources/dns-zones' },
{ title: 'Events', href: '/api/resources/events' },
{ title: 'Jobs', href: '/api/resources/jobs' },
{ title: 'Identity Providers', href: '/api/resources/identity-providers' },
{ title: 'Instance', href: '/api/resources/instance' },
],
},
]