Skip to content

Commit

Permalink
fix: Sidebar for policy domain (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek authored Feb 17, 2025
1 parent f88f3b2 commit aef5449
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions src/components/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,19 @@ const data = {
],
},
{
title: "Policy Groups",
title: "Policy",
url: "#",
urlPrefix: "/v2/policy-management",
urlPrefix: "/v2/policy",
icon: Bot,
items: [
{
title: "All Groups",
title: "Groups",
url: "/v2/policy-management/manage",
},
{
title: "New Group",
url: "/v2/policy-management/new",
},
],
},
{
title: "Policies",
url: "#",
urlPrefix: "/v2/policy",
icon: Bot,
items: [
{
title: "All Policies",
title: "Policies",
url: "/v2/policy/list",
},
{
title: "New Policy",
url: "/v2/policy/new-policy",
},
{
title: "Violations",
url: "/v2/policy/violations",
Expand Down

0 comments on commit aef5449

Please sign in to comment.