updates
This commit is contained in:
@@ -30,7 +30,13 @@ import {
|
||||
Star,
|
||||
AlertCircle,
|
||||
FileCheck,
|
||||
ClipboardCheck
|
||||
ClipboardCheck,
|
||||
CheckCircle2,
|
||||
Download,
|
||||
Webhook,
|
||||
Key,
|
||||
HardDrive,
|
||||
Activity
|
||||
} from 'lucide-react';
|
||||
import useAuthStore from '../../store/useAuthStore';
|
||||
import { useResponsive } from '../../hooks';
|
||||
@@ -272,6 +278,31 @@ const SidebarAdmin: React.FC<SidebarAdminProps> = ({
|
||||
icon: ClipboardCheck,
|
||||
label: 'Compliance'
|
||||
},
|
||||
{
|
||||
path: '/admin/approvals',
|
||||
icon: CheckCircle2,
|
||||
label: 'Approvals'
|
||||
},
|
||||
{
|
||||
path: '/admin/gdpr',
|
||||
icon: Download,
|
||||
label: 'GDPR'
|
||||
},
|
||||
{
|
||||
path: '/admin/webhooks',
|
||||
icon: Webhook,
|
||||
label: 'Webhooks'
|
||||
},
|
||||
{
|
||||
path: '/admin/api-keys',
|
||||
icon: Key,
|
||||
label: 'API Keys'
|
||||
},
|
||||
{
|
||||
path: '/admin/backups',
|
||||
icon: HardDrive,
|
||||
label: 'Backups'
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user