From 705b0ddc52d3795f612c028489a5dec772770c2f Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Fri, 23 Jan 2026 20:31:28 +0100 Subject: [PATCH] Add new endpoints to navigation menu --- src/components/NavigationAPI.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/NavigationAPI.jsx b/src/components/NavigationAPI.jsx index 4f46572d..81f47709 100644 --- a/src/components/NavigationAPI.jsx +++ b/src/components/NavigationAPI.jsx @@ -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' }, ], }, ]