From 01a923c23b964d90deb2ecb0c9f6bc7eea276858 Mon Sep 17 00:00:00 2001 From: alphaeusmote <41258468-alphaeusmote@users.noreply.replit.com> Date: Thu, 10 Apr 2025 02:42:44 +0000 Subject: [PATCH] Add roles management page and fix display of undefined DNS records Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/3705c82f-e43b-4f22-9226-5c0c10b1b1e8.jpg --- client/src/components/layouts/sidebar.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/components/layouts/sidebar.tsx b/client/src/components/layouts/sidebar.tsx index 154de30..e6daf26 100644 --- a/client/src/components/layouts/sidebar.tsx +++ b/client/src/components/layouts/sidebar.tsx @@ -16,6 +16,7 @@ import { LogOut, Webhook, ClipboardList, + ShieldAlert, } from "lucide-react"; import { Button } from "@/components/ui/button"; @@ -70,6 +71,12 @@ export function Sidebar() { icon: , roles: ["admin"], }, + { + title: "Roles", + href: "/roles", + icon: , + roles: ["admin"], + }, { title: "Webhooks", href: "/webhooks",