move proxy related settings to new proxy tab for resource

This commit is contained in:
miloschwartz
2025-04-23 23:08:25 -04:00
parent f4fd33b47f
commit 91b4bb4683
14 changed files with 324 additions and 277 deletions

View File

@@ -86,8 +86,8 @@ export default async function ResourceLayout(props: ResourceLayoutProps) {
href: `/{orgId}/settings/resources/{resourceId}/general`
},
{
title: "Connectivity",
href: `/{orgId}/settings/resources/{resourceId}/connectivity`
title: "Proxy",
href: `/{orgId}/settings/resources/{resourceId}/proxy`
}
];