This commit is contained in:
Fred KISSIE
2026-03-07 03:55:30 +01:00
parent c5f6d822ca
commit 2fa1bc6cdc

View File

@@ -91,10 +91,10 @@ export default async function ResourceLayout(props: ResourceLayoutProps) {
title: t("authentication"), title: t("authentication"),
href: `/{orgId}/settings/resources/proxy/{niceId}/authentication` href: `/{orgId}/settings/resources/proxy/{niceId}/authentication`
}); });
navItems.push({ // navItems.push({
title: t("rules"), // title: t("rules"),
href: `/{orgId}/settings/resources/proxy/{niceId}/rules` // href: `/{orgId}/settings/resources/proxy/{niceId}/rules`
}); // });
} }
return ( return (