mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-11 23:04:59 +00:00
🚧 wip
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user